Html Css Color HEX #64A8FD Cornflower Blue

📋 copy color: '#64A8FD'

red 100 ◦ green 168 ◦ blue 253

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

Shades of Cornflower Blue #64A8FD

Tints of Cornflower Blue #64A8FD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.25%

 BLUE value IS 253 (99.22% from 255) = 48.56%

R = 19.19%
G = 32.25%
B = 48.56%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#64A8FD (or 0x64A8FD) is known color: Cornflower Blue. HEX triplet: 64, A8 and FD. RGB value is (100,168,253). Sum of RGB (Red+Green+Blue) = 100+168+253=521 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.19% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #64A8FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A8FD is #9B5702. Grayscale: #9C9C9C. Windows color (decimal): -10180355 or 16623716. OLE color: 16623716.

HSL color Cylindrical-coordinate representation of color #64A8FD: hue angle of 213.33º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64A8FD is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 168 253 -
CMYK 0.60 0.34 0 0.01
HSL 213.33º 0.97% 0.69% -
HSV(B) 213.33º 0.6% 0.99% -
XYZ 36.99 37.81 98.28 -
YUV 157.36 181.97 87.09 -
System Red Green Blue C M Y K H S L
Decimal 100 168 253 0.60 0.34 0 0.01 213.33 0.97 0.69
Hex 64 A8 FD 3C 22 0 1 D5 61 45
Octal 144 250 375 74 42 0 1 325 141 105
Binary 1100100 10101000 11111101 111100 100010 0 1 11010101 1100001 1000101

Color Harmonies of #64A8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A8FD

Black with #64A8FD

Text Example


Text Example

White with #64A8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,168,253); }

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

background-color css

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

 a { background-color: rgb(100,168,253); }

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

border-color css

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

 span { border-color: rgb(100,168,253); }

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