Html Css Color HEX #64A1EA Cornflower Blue

📋 copy color: '#64A1EA'

red 100 ◦ green 161 ◦ blue 234

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

Shades of Cornflower Blue #64A1EA

Tints of Cornflower Blue #64A1EA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.53%

 BLUE value IS 234 (91.8% from 255) = 47.27%

R = 20.2%
G = 32.53%
B = 47.27%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#64A1EA (or 0x64A1EA) is known color: Cornflower Blue. HEX triplet: 64, A1 and EA. RGB value is (100,161,234). Sum of RGB (Red+Green+Blue) = 100+161+234=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #64A1EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A1EA is #9B5E15. Grayscale: #969696. Windows color (decimal): -10182166 or 15376740. OLE color: 15376740.

HSL color Cylindrical-coordinate representation of color #64A1EA: hue angle of 212.69º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64A1EA is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 161 234 -
CMYK 0.57 0.31 0 0.08
HSL 212.69º 0.76% 0.65% -
HSV(B) 212.69º 0.57% 0.92% -
XYZ 32.85 34.14 82.7 -
YUV 151.08 174.79 91.56 -
System Red Green Blue C M Y K H S L
Decimal 100 161 234 0.57 0.31 0 0.08 212.69 0.76 0.65
Hex 64 A1 EA 39 1F 0 8 D5 4C 41
Octal 144 241 352 71 37 0 10 325 114 101
Binary 1100100 10100001 11101010 111001 11111 0 1000 11010101 1001100 1000001

Color Harmonies of #64A1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A1EA

Black with #64A1EA

Text Example


Text Example

White with #64A1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,161,234); }

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

background-color css

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

 a { background-color: rgb(100,161,234); }

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

border-color css

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

 span { border-color: rgb(100,161,234); }

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