Html Css Color HEX #64A0F0 Cornflower Blue

📋 copy color: '#64A0F0'

red 100 ◦ green 160 ◦ blue 240

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

Shades of Cornflower Blue #64A0F0

Tints of Cornflower Blue #64A0F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48%

R = 20%
G = 32%
B = 48%

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

#64A0F0 (or 0x64A0F0) is known color: Cornflower Blue. HEX triplet: 64, A0 and F0. RGB value is (100,160,240). Sum of RGB (Red+Green+Blue) = 100+160+240=500 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #64A0F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A0F0 is #9B5F0F. Grayscale: #969696. Windows color (decimal): -10182416 or 15769700. OLE color: 15769700.

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

Color convert

RGB 100 160 240 -
CMYK 0.58 0.33 0 0.06
HSL 214.29º 0.82% 0.67% -
HSV(B) 214.29º 0.58% 0.94% -
XYZ 33.55 34.14 87.26 -
YUV 151.18 178.12 91.5 -
System Red Green Blue C M Y K H S L
Decimal 100 160 240 0.58 0.33 0 0.06 214.29 0.82 0.67
Hex 64 A0 F0 3A 21 0 6 D6 52 43
Octal 144 240 360 72 41 0 6 326 122 103
Binary 1100100 10100000 11110000 111010 100001 0 110 11010110 1010010 1000011

Color Harmonies of #64A0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A0F0

Black with #64A0F0

Text Example


Text Example

White with #64A0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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