Html Css Color HEX #649FED Cornflower Blue

📋 copy color: '#649FED'

red 100 ◦ green 159 ◦ blue 237

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

Shades of Cornflower Blue #649FED

Tints of Cornflower Blue #649FED

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.06%

 BLUE value IS 237 (92.97% from 255) = 47.78%

R = 20.16%
G = 32.06%
B = 47.78%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#649FED (or 0x649FED) is known color: Cornflower Blue. HEX triplet: 64, 9F and ED. RGB value is (100,159,237). Sum of RGB (Red+Green+Blue) = 100+159+237=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #649FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649FED is #9B6012. Grayscale: #959595. Windows color (decimal): -10182675 or 15572836. OLE color: 15572836.

HSL color Cylindrical-coordinate representation of color #649FED: hue angle of 214.16º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #649FED is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 159 237 -
CMYK 0.58 0.33 0 0.07
HSL 214.16º 0.79% 0.66% -
HSV(B) 214.16º 0.58% 0.93% -
XYZ 32.94 33.62 84.87 -
YUV 150.25 176.95 92.16 -
System Red Green Blue C M Y K H S L
Decimal 100 159 237 0.58 0.33 0 0.07 214.16 0.79 0.66
Hex 64 9F ED 3A 21 0 7 D6 4F 42
Octal 144 237 355 72 41 0 7 326 117 102
Binary 1100100 10011111 11101101 111010 100001 0 111 11010110 1001111 1000010

Color Harmonies of #649FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649FED

Black with #649FED

Text Example


Text Example

White with #649FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649FED; }

 p { color: rgb(100,159,237); }

 H1.HeaderClassName
 {
   color: #649FED;
 }
 .AnyTagClassName
 {
   color: #649FED;
 }
</style>

background-color css

<style>
 a { background-color: #649FED; }

 a { background-color: rgb(100,159,237); }

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

border-color css

<style>
 span { border-color: #649FED; }

 span { border-color: rgb(100,159,237); }

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