Html Css Color HEX #658DDD Cornflower Blue

📋 copy color: '#658DDD'

red 101 ◦ green 141 ◦ blue 221

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

Shades of Cornflower Blue #658DDD

Tints of Cornflower Blue #658DDD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.45%

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 21.81%
G = 30.45%
B = 47.73%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#658DDD (or 0x658DDD) is known color: Cornflower Blue. HEX triplet: 65, 8D and DD. RGB value is (101,141,221). Sum of RGB (Red+Green+Blue) = 101+141+221=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #658DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658DDD is #9A7222. Grayscale: #898989. Windows color (decimal): -10121763 or 14519653. OLE color: 14519653.

HSL color Cylindrical-coordinate representation of color #658DDD: hue angle of 220º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #658DDD is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 141 221 -
CMYK 0.54 0.36 0 0.13
HSL 220º 0.64% 0.63% -
HSV(B) 220º 0.54% 0.87% -
XYZ 27.94 27.04 72.15 -
YUV 138.16 174.75 101.5 -
System Red Green Blue C M Y K H S L
Decimal 101 141 221 0.54 0.36 0 0.13 220 0.64 0.63
Hex 65 8D DD 36 24 0 D DC 40 3F
Octal 145 215 335 66 44 0 15 334 100 77
Binary 1100101 10001101 11011101 110110 100100 0 1101 11011100 1000000 111111

Color Harmonies of #658DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658DDD

Black with #658DDD

Text Example


Text Example

White with #658DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,141,221); }

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

background-color css

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

 a { background-color: rgb(101,141,221); }

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

border-color css

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

 span { border-color: rgb(101,141,221); }

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