Html Css Color HEX #608BDB Cornflower Blue

📋 copy color: '#608BDB'

red 96 ◦ green 139 ◦ blue 219

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

Shades of Cornflower Blue #608BDB

Tints of Cornflower Blue #608BDB

RGB

 RED value IS 96 (37.89% from 255) = 21.15%

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

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

R = 21.15%
G = 30.62%
B = 48.24%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#608BDB (or 0x608BDB) is known color: Cornflower Blue. HEX triplet: 60, 8B and DB. RGB value is (96,139,219). Sum of RGB (Red+Green+Blue) = 96+139+219=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #608BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BDB is #9F7424. Grayscale: #868686. Windows color (decimal): -10449957 or 14388064. OLE color: 14388064.

HSL color Cylindrical-coordinate representation of color #608BDB: hue angle of 219.02º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #608BDB is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 139 219 -
CMYK 0.56 0.37 0 0.14
HSL 219.02º 0.63% 0.62% -
HSV(B) 219.02º 0.56% 0.86% -
XYZ 26.84 26.07 70.63 -
YUV 135.26 175.25 100 -
System Red Green Blue C M Y K H S L
Decimal 96 139 219 0.56 0.37 0 0.14 219.02 0.63 0.62
Hex 60 8B DB 38 25 0 E DB 3F 3E
Octal 140 213 333 70 45 0 16 333 77 76
Binary 1100000 10001011 11011011 111000 100101 0 1110 11011011 111111 111110

Color Harmonies of #608BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608BDB

Black with #608BDB

Text Example


Text Example

White with #608BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608BDB; }

 p { color: rgb(96,139,219); }

 H1.HeaderClassName
 {
   color: #608BDB;
 }
 .AnyTagClassName
 {
   color: #608BDB;
 }
</style>

background-color css

<style>
 a { background-color: #608BDB; }

 a { background-color: rgb(96,139,219); }

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

border-color css

<style>
 span { border-color: #608BDB; }

 span { border-color: rgb(96,139,219); }

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