Html Css Color HEX #658EDC Cornflower Blue

📋 copy color: '#658EDC'

red 101 ◦ green 142 ◦ blue 220

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

Shades of Cornflower Blue #658EDC

Tints of Cornflower Blue #658EDC

RGB

 RED value IS 101 (39.84% from 255) = 21.81%

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

 BLUE value IS 220 (86.33% from 255) = 47.52%

R = 21.81%
G = 30.67%
B = 47.52%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#658EDC (or 0x658EDC) is known color: Cornflower Blue. HEX triplet: 65, 8E and DC. RGB value is (101,142,220). Sum of RGB (Red+Green+Blue) = 101+142+220=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #658EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658EDC is #9A7123. Grayscale: #8A8A8A. Windows color (decimal): -10121508 or 14454373. OLE color: 14454373.

HSL color Cylindrical-coordinate representation of color #658EDC: hue angle of 219.33º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #658EDC is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 142 220 -
CMYK 0.54 0.35 0 0.14
HSL 219.33º 0.63% 0.63% -
HSV(B) 219.33º 0.54% 0.86% -
XYZ 27.96 27.28 71.5 -
YUV 138.63 173.92 101.16 -
System Red Green Blue C M Y K H S L
Decimal 101 142 220 0.54 0.35 0 0.14 219.33 0.63 0.63
Hex 65 8E DC 36 23 0 E DB 3F 3F
Octal 145 216 334 66 43 0 16 333 77 77
Binary 1100101 10001110 11011100 110110 100011 0 1110 11011011 111111 111111

Color Harmonies of #658EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658EDC

Black with #658EDC

Text Example


Text Example

White with #658EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658EDC; }

 p { color: rgb(101,142,220); }

 H1.HeaderClassName
 {
   color: #658EDC;
 }
 .AnyTagClassName
 {
   color: #658EDC;
 }
</style>

background-color css

<style>
 a { background-color: #658EDC; }

 a { background-color: rgb(101,142,220); }

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

border-color css

<style>
 span { border-color: #658EDC; }

 span { border-color: rgb(101,142,220); }

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