Html Css Color HEX #658BDC Cornflower Blue

📋 copy color: '#658BDC'

red 101 ◦ green 139 ◦ blue 220

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

Shades of Cornflower Blue #658BDC

Tints of Cornflower Blue #658BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.22%

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

R = 21.96%
G = 30.22%
B = 47.83%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#658BDC (or 0x658BDC) is known color: Cornflower Blue. HEX triplet: 65, 8B and DC. RGB value is (101,139,220). Sum of RGB (Red+Green+Blue) = 101+139+220=460 (60% of max value = 765). Red value is 101 (39.84% from 255 or 21.96% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #658BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658BDC is #9A7423. Grayscale: #888888. Windows color (decimal): -10122276 or 14453605. OLE color: 14453605.

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

Color convert

RGB 101 139 220 -
CMYK 0.54 0.37 0 0.14
HSL 220.84º 0.63% 0.63% -
HSV(B) 220.84º 0.54% 0.86% -
XYZ 27.52 26.4 71.36 -
YUV 136.87 174.91 102.41 -
System Red Green Blue C M Y K H S L
Decimal 101 139 220 0.54 0.37 0 0.14 220.84 0.63 0.63
Hex 65 8B DC 36 25 0 E DD 3F 3F
Octal 145 213 334 66 45 0 16 335 77 77
Binary 1100101 10001011 11011100 110110 100101 0 1110 11011101 111111 111111

Color Harmonies of #658BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658BDC

Black with #658BDC

Text Example


Text Example

White with #658BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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