Html Css Color HEX #64A8EF Cornflower Blue

📋 copy color: '#64A8EF'

red 100 ◦ green 168 ◦ blue 239

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

Shades of Cornflower Blue #64A8EF

Tints of Cornflower Blue #64A8EF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.14%

 BLUE value IS 239 (93.75% from 255) = 47.14%

R = 19.72%
G = 33.14%
B = 47.14%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#64A8EF (or 0x64A8EF) is known color: Cornflower Blue. HEX triplet: 64, A8 and EF. RGB value is (100,168,239). Sum of RGB (Red+Green+Blue) = 100+168+239=507 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.72% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #64A8EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A8EF is #9B5710. Grayscale: #9B9B9B. Windows color (decimal): -10180369 or 15706212. OLE color: 15706212.

HSL color Cylindrical-coordinate representation of color #64A8EF: hue angle of 210.65º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64A8EF is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 168 239 -
CMYK 0.58 0.30 0 0.06
HSL 210.65º 0.81% 0.66% -
HSV(B) 210.65º 0.58% 0.94% -
XYZ 34.84 36.95 86.96 -
YUV 155.76 174.97 88.23 -
System Red Green Blue C M Y K H S L
Decimal 100 168 239 0.58 0.30 0 0.06 210.65 0.81 0.66
Hex 64 A8 EF 3A 1E 0 6 D3 51 42
Octal 144 250 357 72 36 0 6 323 121 102
Binary 1100100 10101000 11101111 111010 11110 0 110 11010011 1010001 1000010

Color Harmonies of #64A8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A8EF

Black with #64A8EF

Text Example


Text Example

White with #64A8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,168,239); }

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

background-color css

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

 a { background-color: rgb(100,168,239); }

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

border-color css

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

 span { border-color: rgb(100,168,239); }

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