Html Css Color HEX #648EDF Cornflower Blue

📋 copy color: '#648EDF'

red 100 ◦ green 142 ◦ blue 223

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

Shades of Cornflower Blue #648EDF

Tints of Cornflower Blue #648EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.96%

R = 21.51%
G = 30.54%
B = 47.96%

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

#648EDF (or 0x648EDF) is known color: Cornflower Blue. HEX triplet: 64, 8E and DF. RGB value is (100,142,223). Sum of RGB (Red+Green+Blue) = 100+142+223=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #648EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648EDF is #9B7120. Grayscale: #8A8A8A. Windows color (decimal): -10187041 or 14650980. OLE color: 14650980.

HSL color Cylindrical-coordinate representation of color #648EDF: hue angle of 219.51º degrees, saturation: 0.66, 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 #648EDF is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 142 223 -
CMYK 0.55 0.36 0 0.13
HSL 219.51º 0.66% 0.63% -
HSV(B) 219.51º 0.55% 0.87% -
XYZ 28.25 27.38 73.61 -
YUV 138.68 175.59 100.41 -
System Red Green Blue C M Y K H S L
Decimal 100 142 223 0.55 0.36 0 0.13 219.51 0.66 0.63
Hex 64 8E DF 37 24 0 D DC 42 3F
Octal 144 216 337 67 44 0 15 334 102 77
Binary 1100100 10001110 11011111 110111 100100 0 1101 11011100 1000010 111111

Color Harmonies of #648EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648EDF

Black with #648EDF

Text Example


Text Example

White with #648EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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