Html Css Color HEX #658CDC Cornflower Blue

📋 copy color: '#658CDC'

red 101 ◦ green 140 ◦ blue 220

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

Shades of Cornflower Blue #658CDC

Tints of Cornflower Blue #658CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.37%

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

R = 21.91%
G = 30.37%
B = 47.72%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#658CDC (or 0x658CDC) is known color: Cornflower Blue. HEX triplet: 65, 8C and DC. RGB value is (101,140,220). Sum of RGB (Red+Green+Blue) = 101+140+220=461 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.91% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #658CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658CDC is #9A7323. Grayscale: #898989. Windows color (decimal): -10122020 or 14453861. OLE color: 14453861.

HSL color Cylindrical-coordinate representation of color #658CDC: hue angle of 220.34º 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 #658CDC is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 140 220 -
CMYK 0.54 0.36 0 0.14
HSL 220.34º 0.63% 0.63% -
HSV(B) 220.34º 0.54% 0.86% -
XYZ 27.66 26.69 71.4 -
YUV 137.46 174.58 102 -
System Red Green Blue C M Y K H S L
Decimal 101 140 220 0.54 0.36 0 0.14 220.34 0.63 0.63
Hex 65 8C DC 36 24 0 E DC 3F 3F
Octal 145 214 334 66 44 0 16 334 77 77
Binary 1100101 10001100 11011100 110110 100100 0 1110 11011100 111111 111111

Color Harmonies of #658CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658CDC

Black with #658CDC

Text Example


Text Example

White with #658CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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