Html Css Color HEX #648EE4 Cornflower Blue

📋 copy color: '#648EE4'

red 100 ◦ green 142 ◦ blue 228

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

Shades of Cornflower Blue #648EE4

Tints of Cornflower Blue #648EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.51%

R = 21.28%
G = 30.21%
B = 48.51%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#648EE4 (or 0x648EE4) is known color: Cornflower Blue. HEX triplet: 64, 8E and E4. RGB value is (100,142,228). Sum of RGB (Red+Green+Blue) = 100+142+228=470 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.28% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 228 (89.45% from 255 or 48.51% from 470); Max value from RGB is 228 - color contains mainly: blue. Hex color #648EE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648EE4 is #9B711B. Grayscale: #8A8A8A. Windows color (decimal): -10187036 or 14978660. OLE color: 14978660.

HSL color Cylindrical-coordinate representation of color #648EE4: hue angle of 220.31º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #648EE4 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 100 142 228 -
CMYK 0.56 0.38 0 0.11
HSL 220.31º 0.7% 0.64% -
HSV(B) 220.31º 0.56% 0.89% -
XYZ 28.93 27.66 77.21 -
YUV 139.25 178.09 100.01 -
System Red Green Blue C M Y K H S L
Decimal 100 142 228 0.56 0.38 0 0.11 220.31 0.7 0.64
Hex 64 8E E4 38 26 0 B DC 46 40
Octal 144 216 344 70 46 0 13 334 106 100
Binary 1100100 10001110 11100100 111000 100110 0 1011 11011100 1000110 1000000

Color Harmonies of #648EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648EE4

Black with #648EE4

Text Example


Text Example

White with #648EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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