Html Css Color HEX #64A0EF Cornflower Blue

📋 copy color: '#64A0EF'

red 100 ◦ green 160 ◦ blue 239

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

Shades of Cornflower Blue #64A0EF

Tints of Cornflower Blue #64A0EF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.06%

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

R = 20.04%
G = 32.06%
B = 47.9%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#64A0EF (or 0x64A0EF) is known color: Cornflower Blue. HEX triplet: 64, A0 and EF. RGB value is (100,160,239). Sum of RGB (Red+Green+Blue) = 100+160+239=499 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20.04% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #64A0EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A0EF is #9B5F10. Grayscale: #969696. Windows color (decimal): -10182417 or 15704164. OLE color: 15704164.

HSL color Cylindrical-coordinate representation of color #64A0EF: hue angle of 214.1º 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 #64A0EF is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 160 239 -
CMYK 0.58 0.33 0 0.06
HSL 214.1º 0.81% 0.66% -
HSV(B) 214.1º 0.58% 0.94% -
XYZ 33.41 34.08 86.48 -
YUV 151.07 177.62 91.58 -
System Red Green Blue C M Y K H S L
Decimal 100 160 239 0.58 0.33 0 0.06 214.1 0.81 0.66
Hex 64 A0 EF 3A 21 0 6 D6 51 42
Octal 144 240 357 72 41 0 6 326 121 102
Binary 1100100 10100000 11101111 111010 100001 0 110 11010110 1010001 1000010

Color Harmonies of #64A0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A0EF

Black with #64A0EF

Text Example


Text Example

White with #64A0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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