Html Css Color HEX #658CDD Cornflower Blue

📋 copy color: '#658CDD'

red 101 ◦ green 140 ◦ blue 221

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

Shades of Cornflower Blue #658CDD

Tints of Cornflower Blue #658CDD

RGB

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

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

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

R = 21.86%
G = 30.3%
B = 47.84%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#658CDD (or 0x658CDD) is known color: Cornflower Blue. HEX triplet: 65, 8C and DD. RGB value is (101,140,221). Sum of RGB (Red+Green+Blue) = 101+140+221=462 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.86% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #658CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658CDD is #9A7322. Grayscale: #898989. Windows color (decimal): -10122019 or 14519397. OLE color: 14519397.

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

Color convert

RGB 101 140 221 -
CMYK 0.54 0.37 0 0.13
HSL 220.5º 0.64% 0.63% -
HSV(B) 220.5º 0.54% 0.87% -
XYZ 27.8 26.74 72.1 -
YUV 137.57 175.08 101.91 -
System Red Green Blue C M Y K H S L
Decimal 101 140 221 0.54 0.37 0 0.13 220.5 0.64 0.63
Hex 65 8C DD 36 25 0 D DC 40 3F
Octal 145 214 335 66 45 0 15 334 100 77
Binary 1100101 10001100 11011101 110110 100101 0 1101 11011100 1000000 111111

Color Harmonies of #658CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658CDD

Black with #658CDD

Text Example


Text Example

White with #658CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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