Html Css Color HEX #658ED8 Cornflower Blue

📋 copy color: '#658ED8'

red 101 ◦ green 142 ◦ blue 216

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

Shades of Cornflower Blue #658ED8

Tints of Cornflower Blue #658ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.06%

R = 22%
G = 30.94%
B = 47.06%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#658ED8 (or 0x658ED8) is known color: Cornflower Blue. HEX triplet: 65, 8E and D8. RGB value is (101,142,216). Sum of RGB (Red+Green+Blue) = 101+142+216=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 216 - color contains mainly: blue. Hex color #658ED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658ED8 is #9A7127. Grayscale: #898989. Windows color (decimal): -10121512 or 14192229. OLE color: 14192229.

HSL color Cylindrical-coordinate representation of color #658ED8: hue angle of 218.61º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #658ED8 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 142 216 -
CMYK 0.53 0.34 0 0.15
HSL 218.61º 0.6% 0.62% -
HSV(B) 218.61º 0.53% 0.85% -
XYZ 27.43 27.07 68.74 -
YUV 138.18 171.92 101.48 -
System Red Green Blue C M Y K H S L
Decimal 101 142 216 0.53 0.34 0 0.15 218.61 0.6 0.62
Hex 65 8E D8 35 22 0 F DB 3C 3E
Octal 145 216 330 65 42 0 17 333 74 76
Binary 1100101 10001110 11011000 110101 100010 0 1111 11011011 111100 111110

Color Harmonies of #658ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658ED8

Black with #658ED8

Text Example


Text Example

White with #658ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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