Html Css Color HEX #64A5EC Cornflower Blue

📋 copy color: '#64A5EC'

red 100 ◦ green 165 ◦ blue 236

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

Shades of Cornflower Blue #64A5EC

Tints of Cornflower Blue #64A5EC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.93%

 BLUE value IS 236 (92.58% from 255) = 47.11%

R = 19.96%
G = 32.93%
B = 47.11%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64A5EC (or 0x64A5EC) is known color: Cornflower Blue. HEX triplet: 64, A5 and EC. RGB value is (100,165,236). Sum of RGB (Red+Green+Blue) = 100+165+236=501 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.96% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #64A5EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A5EC is #9B5A13. Grayscale: #999999. Windows color (decimal): -10181140 or 15508836. OLE color: 15508836.

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

Color convert

RGB 100 165 236 -
CMYK 0.58 0.30 0 0.07
HSL 211.32º 0.78% 0.66% -
HSV(B) 211.32º 0.58% 0.93% -
XYZ 33.85 35.68 84.46 -
YUV 153.66 174.47 89.73 -
System Red Green Blue C M Y K H S L
Decimal 100 165 236 0.58 0.30 0 0.07 211.32 0.78 0.66
Hex 64 A5 EC 3A 1E 0 7 D3 4E 42
Octal 144 245 354 72 36 0 7 323 116 102
Binary 1100100 10100101 11101100 111010 11110 0 111 11010011 1001110 1000010

Color Harmonies of #64A5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A5EC

Black with #64A5EC

Text Example


Text Example

White with #64A5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,165,236); }

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

background-color css

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

 a { background-color: rgb(100,165,236); }

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

border-color css

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

 span { border-color: rgb(100,165,236); }

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