Html Css Color HEX #63A2FA Cornflower Blue

📋 copy color: '#63A2FA'

red 99 ◦ green 162 ◦ blue 250

#63A2FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #63A2FA

Tints of Cornflower Blue #63A2FA

RGB

 RED value IS 99 (39.06% from 255) = 19.37%

 GREEN value IS 162 (63.67% from 255) = 31.7%

 BLUE value IS 250 (98.05% from 255) = 48.92%

R = 19.37%
G = 31.7%
B = 48.92%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#63A2FA (or 0x63A2FA) is known color: Cornflower Blue. HEX triplet: 63, A2 and FA. RGB value is (99,162,250). Sum of RGB (Red+Green+Blue) = 99+162+250=511 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.37% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #63A2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A2FA is #9C5D05. Grayscale: #989898. Windows color (decimal): -10247430 or 16425571. OLE color: 16425571.

HSL color Cylindrical-coordinate representation of color #63A2FA: hue angle of 214.97º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63A2FA is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 162 250 -
CMYK 0.60 0.35 0 0.02
HSL 214.97º 0.94% 0.68% -
HSV(B) 214.97º 0.6% 0.98% -
XYZ 35.32 35.4 95.41 -
YUV 153.2 182.63 89.34 -
System Red Green Blue C M Y K H S L
Decimal 99 162 250 0.60 0.35 0 0.02 214.97 0.94 0.68
Hex 63 A2 FA 3C 23 0 2 D7 5E 44
Octal 143 242 372 74 43 0 2 327 136 104
Binary 1100011 10100010 11111010 111100 100011 0 10 11010111 1011110 1000100

Color Harmonies of #63A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A2FA

Black with #63A2FA

Text Example


Text Example

White with #63A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63A2FA; }

 p { color: rgb(99,162,250); }

 H1.HeaderClassName
 {
   color: #63A2FA;
 }
 .AnyTagClassName
 {
   color: #63A2FA;
 }
</style>

background-color css

<style>
 a { background-color: #63A2FA; }

 a { background-color: rgb(99,162,250); }

 div.DivClassName
 {
   background-color: #63A2FA;
 }
 .BgClassName
 {
   background-color: #63A2FA;
 }
</style>

border-color css

<style>
 span { border-color: #63A2FA; }

 span { border-color: rgb(99,162,250); }

 td.TdClassName
 {
   border-color: #63A2FA;
 }
 .TagClassName
 {
   border-color: #63A2FA;
 }
</style>