Html Css Color HEX #658CDB Cornflower Blue

📋 copy color: '#658CDB'

red 101 ◦ green 140 ◦ blue 219

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

Shades of Cornflower Blue #658CDB

Tints of Cornflower Blue #658CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.61%

R = 21.96%
G = 30.43%
B = 47.61%

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

#658CDB (or 0x658CDB) is known color: Cornflower Blue. HEX triplet: 65, 8C and DB. RGB value is (101,140,219). Sum of RGB (Red+Green+Blue) = 101+140+219=460 (60% of max value = 765). Red value is 101 (39.84% from 255 or 21.96% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #658CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658CDB is #9A7324. Grayscale: #888888. Windows color (decimal): -10122021 or 14388325. OLE color: 14388325.

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

Color convert

RGB 101 140 219 -
CMYK 0.54 0.36 0 0.14
HSL 220.17º 0.62% 0.63% -
HSV(B) 220.17º 0.54% 0.86% -
XYZ 27.53 26.64 70.71 -
YUV 137.35 174.08 102.08 -
System Red Green Blue C M Y K H S L
Decimal 101 140 219 0.54 0.36 0 0.14 220.17 0.62 0.63
Hex 65 8C DB 36 24 0 E DC 3E 3F
Octal 145 214 333 66 44 0 16 334 76 77
Binary 1100101 10001100 11011011 110110 100100 0 1110 11011100 111110 111111

Color Harmonies of #658CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658CDB

Black with #658CDB

Text Example


Text Example

White with #658CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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