Html Css Color HEX #648EDD Cornflower Blue

📋 copy color: '#648EDD'

red 100 ◦ green 142 ◦ blue 221

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

Shades of Cornflower Blue #648EDD

Tints of Cornflower Blue #648EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 21.6%
G = 30.67%
B = 47.73%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#648EDD (or 0x648EDD) is known color: Cornflower Blue. HEX triplet: 64, 8E and DD. RGB value is (100,142,221). Sum of RGB (Red+Green+Blue) = 100+142+221=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #648EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648EDD is #9B7122. Grayscale: #8A8A8A. Windows color (decimal): -10187043 or 14519908. OLE color: 14519908.

HSL color Cylindrical-coordinate representation of color #648EDD: hue angle of 219.17º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #648EDD is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 142 221 -
CMYK 0.55 0.36 0 0.13
HSL 219.17º 0.64% 0.63% -
HSV(B) 219.17º 0.55% 0.87% -
XYZ 27.98 27.28 72.2 -
YUV 138.45 174.59 100.58 -
System Red Green Blue C M Y K H S L
Decimal 100 142 221 0.55 0.36 0 0.13 219.17 0.64 0.63
Hex 64 8E DD 37 24 0 D DB 40 3F
Octal 144 216 335 67 44 0 15 333 100 77
Binary 1100100 10001110 11011101 110111 100100 0 1101 11011011 1000000 111111

Color Harmonies of #648EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648EDD

Black with #648EDD

Text Example


Text Example

White with #648EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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