Html Css Color HEX #648EED Cornflower Blue

📋 copy color: '#648EED'

red 100 ◦ green 142 ◦ blue 237

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

Shades of Cornflower Blue #648EED

Tints of Cornflower Blue #648EED

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.65%

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

R = 20.88%
G = 29.65%
B = 49.48%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#648EED (or 0x648EED) is known color: Cornflower Blue. HEX triplet: 64, 8E and ED. RGB value is (100,142,237). Sum of RGB (Red+Green+Blue) = 100+142+237=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #648EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648EED is #9B7112. Grayscale: #8B8B8B. Windows color (decimal): -10187027 or 15568484. OLE color: 15568484.

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

Color convert

RGB 100 142 237 -
CMYK 0.58 0.40 0 0.07
HSL 221.61º 0.79% 0.66% -
HSV(B) 221.61º 0.58% 0.93% -
XYZ 30.21 28.17 83.97 -
YUV 140.27 182.59 99.28 -
System Red Green Blue C M Y K H S L
Decimal 100 142 237 0.58 0.40 0 0.07 221.61 0.79 0.66
Hex 64 8E ED 3A 28 0 7 DE 4F 42
Octal 144 216 355 72 50 0 7 336 117 102
Binary 1100100 10001110 11101101 111010 101000 0 111 11011110 1001111 1000010

Color Harmonies of #648EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648EED

Black with #648EED

Text Example


Text Example

White with #648EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648EED; }

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

 H1.HeaderClassName
 {
   color: #648EED;
 }
 .AnyTagClassName
 {
   color: #648EED;
 }
</style>

background-color css

<style>
 a { background-color: #648EED; }

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

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

border-color css

<style>
 span { border-color: #648EED; }

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

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