Html Css Color HEX #649FEB Cornflower Blue

📋 copy color: '#649FEB'

red 100 ◦ green 159 ◦ blue 235

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

Shades of Cornflower Blue #649FEB

Tints of Cornflower Blue #649FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.57%

R = 20.24%
G = 32.19%
B = 47.57%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#649FEB (or 0x649FEB) is known color: Cornflower Blue. HEX triplet: 64, 9F and EB. RGB value is (100,159,235). Sum of RGB (Red+Green+Blue) = 100+159+235=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #649FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649FEB is #9B6014. Grayscale: #959595. Windows color (decimal): -10182677 or 15441764. OLE color: 15441764.

HSL color Cylindrical-coordinate representation of color #649FEB: hue angle of 213.78º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #649FEB is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 159 235 -
CMYK 0.57 0.32 0 0.08
HSL 213.78º 0.77% 0.66% -
HSV(B) 213.78º 0.57% 0.92% -
XYZ 32.65 33.5 83.34 -
YUV 150.02 175.95 92.32 -
System Red Green Blue C M Y K H S L
Decimal 100 159 235 0.57 0.32 0 0.08 213.78 0.77 0.66
Hex 64 9F EB 39 20 0 8 D6 4D 42
Octal 144 237 353 71 40 0 10 326 115 102
Binary 1100100 10011111 11101011 111001 100000 0 1000 11010110 1001101 1000010

Color Harmonies of #649FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649FEB

Black with #649FEB

Text Example


Text Example

White with #649FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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