Html Css Color HEX #658EDA Cornflower Blue

📋 copy color: '#658EDA'

red 101 ◦ green 142 ◦ blue 218

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

Shades of Cornflower Blue #658EDA

Tints of Cornflower Blue #658EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 21.91%
G = 30.8%
B = 47.29%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#658EDA (or 0x658EDA) is known color: Cornflower Blue. HEX triplet: 65, 8E and DA. RGB value is (101,142,218). Sum of RGB (Red+Green+Blue) = 101+142+218=461 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.91% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #658EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658EDA is #9A7125. Grayscale: #8A8A8A. Windows color (decimal): -10121510 or 14323301. OLE color: 14323301.

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

Color convert

RGB 101 142 218 -
CMYK 0.54 0.35 0 0.15
HSL 218.97º 0.61% 0.63% -
HSV(B) 218.97º 0.54% 0.85% -
XYZ 27.69 27.17 70.12 -
YUV 138.41 172.92 101.32 -
System Red Green Blue C M Y K H S L
Decimal 101 142 218 0.54 0.35 0 0.15 218.97 0.61 0.63
Hex 65 8E DA 36 23 0 F DB 3D 3F
Octal 145 216 332 66 43 0 17 333 75 77
Binary 1100101 10001110 11011010 110110 100011 0 1111 11011011 111101 111111

Color Harmonies of #658EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658EDA

Black with #658EDA

Text Example


Text Example

White with #658EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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