Html Css Color HEX #64A4FE Cornflower Blue

📋 copy color: '#64A4FE'

red 100 ◦ green 164 ◦ blue 254

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

Shades of Cornflower Blue #64A4FE

Tints of Cornflower Blue #64A4FE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.66%

 BLUE value IS 254 (99.61% from 255) = 49.03%

R = 19.31%
G = 31.66%
B = 49.03%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#64A4FE (or 0x64A4FE) is known color: Cornflower Blue. HEX triplet: 64, A4 and FE. RGB value is (100,164,254). Sum of RGB (Red+Green+Blue) = 100+164+254=518 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.31% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #64A4FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A4FE is #9B5B01. Grayscale: #9A9A9A. Windows color (decimal): -10181378 or 16688228. OLE color: 16688228.

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

Color convert

RGB 100 164 254 -
CMYK 0.61 0.35 0 0.00
HSL 215.06º 0.99% 0.69% -
HSV(B) 215.06º 0.61% 1% -
XYZ 36.42 36.42 98.88 -
YUV 155.12 183.8 88.68 -
System Red Green Blue C M Y K H S L
Decimal 100 164 254 0.61 0.35 0 0.00 215.06 0.99 0.69
Hex 64 A4 FE 3D 23 0 0 D7 63 45
Octal 144 244 376 75 43 0 0 327 143 105
Binary 1100100 10100100 11111110 111101 100011 0 0 11010111 1100011 1000101

Color Harmonies of #64A4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A4FE

Black with #64A4FE

Text Example


Text Example

White with #64A4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,164,254); }

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

background-color css

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

 a { background-color: rgb(100,164,254); }

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

border-color css

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

 span { border-color: rgb(100,164,254); }

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