Html Css Color HEX #64A1F1 Cornflower Blue

📋 copy color: '#64A1F1'

red 100 ◦ green 161 ◦ blue 241

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

Shades of Cornflower Blue #64A1F1

Tints of Cornflower Blue #64A1F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.01%

R = 19.92%
G = 32.07%
B = 48.01%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#64A1F1 (or 0x64A1F1) is known color: Cornflower Blue. HEX triplet: 64, A1 and F1. RGB value is (100,161,241). Sum of RGB (Red+Green+Blue) = 100+161+241=502 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.92% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #64A1F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64A1F1 is #9B5E0E. Grayscale: #979797. Windows color (decimal): -10182159 or 15835492. OLE color: 15835492.

HSL color Cylindrical-coordinate representation of color #64A1F1: hue angle of 214.04º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64A1F1 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 100 161 241 -
CMYK 0.59 0.33 0 0.05
HSL 214.04º 0.83% 0.67% -
HSV(B) 214.04º 0.59% 0.95% -
XYZ 33.88 34.55 88.1 -
YUV 151.88 178.29 91 -
System Red Green Blue C M Y K H S L
Decimal 100 161 241 0.59 0.33 0 0.05 214.04 0.83 0.67
Hex 64 A1 F1 3B 21 0 5 D6 53 43
Octal 144 241 361 73 41 0 5 326 123 103
Binary 1100100 10100001 11110001 111011 100001 0 101 11010110 1010011 1000011

Color Harmonies of #64A1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A1F1

Black with #64A1F1

Text Example


Text Example

White with #64A1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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