Html Css Color HEX #658FDD Cornflower Blue

📋 copy color: '#658FDD'

red 101 ◦ green 143 ◦ blue 221

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

Shades of Cornflower Blue #658FDD

Tints of Cornflower Blue #658FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.75%

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

R = 21.72%
G = 30.75%
B = 47.53%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#658FDD (or 0x658FDD) is known color: Cornflower Blue. HEX triplet: 65, 8F and DD. RGB value is (101,143,221). Sum of RGB (Red+Green+Blue) = 101+143+221=465 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.72% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #658FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658FDD is #9A7022. Grayscale: #8A8A8A. Windows color (decimal): -10121251 or 14520165. OLE color: 14520165.

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

Color convert

RGB 101 143 221 -
CMYK 0.54 0.35 0 0.13
HSL 219º 0.64% 0.63% -
HSV(B) 219º 0.54% 0.87% -
XYZ 28.24 27.63 72.25 -
YUV 139.33 174.09 100.66 -
System Red Green Blue C M Y K H S L
Decimal 101 143 221 0.54 0.35 0 0.13 219 0.64 0.63
Hex 65 8F DD 36 23 0 D DB 40 3F
Octal 145 217 335 66 43 0 15 333 100 77
Binary 1100101 10001111 11011101 110110 100011 0 1101 11011011 1000000 111111

Color Harmonies of #658FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658FDD

Black with #658FDD

Text Example


Text Example

White with #658FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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