Html Css Color HEX #649DED Cornflower Blue

📋 copy color: '#649DED'

red 100 ◦ green 157 ◦ blue 237

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

Shades of Cornflower Blue #649DED

Tints of Cornflower Blue #649DED

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.78%

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

R = 20.24%
G = 31.78%
B = 47.98%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#649DED (or 0x649DED) is known color: Cornflower Blue. HEX triplet: 64, 9D and ED. RGB value is (100,157,237). Sum of RGB (Red+Green+Blue) = 100+157+237=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #649DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649DED is #9B6212. Grayscale: #949494. Windows color (decimal): -10183187 or 15572324. OLE color: 15572324.

HSL color Cylindrical-coordinate representation of color #649DED: hue angle of 215.04º 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 #649DED is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 157 237 -
CMYK 0.58 0.34 0 0.07
HSL 215.04º 0.79% 0.66% -
HSV(B) 215.04º 0.58% 0.93% -
XYZ 32.6 32.94 84.76 -
YUV 149.08 177.62 93 -
System Red Green Blue C M Y K H S L
Decimal 100 157 237 0.58 0.34 0 0.07 215.04 0.79 0.66
Hex 64 9D ED 3A 22 0 7 D7 4F 42
Octal 144 235 355 72 42 0 7 327 117 102
Binary 1100100 10011101 11101101 111010 100010 0 111 11010111 1001111 1000010

Color Harmonies of #649DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649DED

Black with #649DED

Text Example


Text Example

White with #649DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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