Html Css Color HEX #64A9FF Cornflower Blue

📋 copy color: '#64A9FF'

red 100 ◦ green 169 ◦ blue 255

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

Shades of Cornflower Blue #64A9FF

Tints of Cornflower Blue #64A9FF

RGB

 RED value IS 100 (39.45% from 255) = 19.08%

 GREEN value IS 169 (66.41% from 255) = 32.25%

 BLUE value IS 255 (100% from 255) = 48.66%

R = 19.08%
G = 32.25%
B = 48.66%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#64A9FF (or 0x64A9FF) is known color: Cornflower Blue. HEX triplet: 64, A9 and FF. RGB value is (100,169,255). Sum of RGB (Red+Green+Blue) = 100+169+255=524 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.08% from 524); Green value is 169 (66.41% from 255 or 32.25% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #64A9FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A9FF is #9B5600. Grayscale: #9D9D9D. Windows color (decimal): -10180097 or 16755044. OLE color: 16755044.

HSL color Cylindrical-coordinate representation of color #64A9FF: hue angle of 213.29º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64A9FF is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 100 169 255 -
CMYK 0.61 0.34 0 0
HSL 213.29º 1% 0.7% -
HSV(B) 213.29º 0.61% 1% -
XYZ 37.49 38.31 100.03 -
YUV 158.17 182.64 86.51 -
System Red Green Blue C M Y K H S L
Decimal 100 169 255 0.61 0.34 0 0 213.29 1 0.7
Hex 64 A9 FF 3D 22 0 0 D5 64 46
Octal 144 251 377 75 42 0 0 325 144 106
Binary 1100100 10101001 11111111 111101 100010 0 0 11010101 1100100 1000110

Color Harmonies of #64A9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A9FF

Black with #64A9FF

Text Example


Text Example

White with #64A9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64A9FF; }

 p { color: rgb(100,169,255); }

 H1.HeaderClassName
 {
   color: #64A9FF;
 }
 .AnyTagClassName
 {
   color: #64A9FF;
 }
</style>

background-color css

<style>
 a { background-color: #64A9FF; }

 a { background-color: rgb(100,169,255); }

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

border-color css

<style>
 span { border-color: #64A9FF; }

 span { border-color: rgb(100,169,255); }

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