#608BDD

Color #608BDD Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #608BDD

Tints of Cornflower Blue #608BDD

Color information

#608BDD (or 0x608BDD) is unknown color: approx Cornflower Blue. HEX triplet: 60, 8B and DD. RGB value is (96,139,221). Sum of RGB (Red+Green+Blue) = 96+139+221=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #608BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BDD is #9F7422. Grayscale: #878787. Windows color (decimal): -10449955 or 14519136. OLE color: 14519136.

HSL color Cylindrical-coordinate representation of color #608BDD: hue angle of 219.36º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #608BDD is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB96139221-
CMYK0.570.3700.13
HSL219.36º64.77%62.16%-
HSV(B)219.36º56.56%86.67%-
XYZ27.1126.1772.03-
YUV135.49176.2599.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.05%
GREEN value IS 139 (54.69% from 255) = 30.48%
BLUE value IS 221 (86.72% from 255) = 48.46%
R=21.05%
G=30.48%
B=48.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal961392210.570.3700.13219.3664.7762.16
Hex608BDD39250Ddb413e
Octal140213335714501533310176
Binary1100000100010111101110111100110010101101110110111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #608BDD;
 }
 .AnyTagClassName
 {
   color: #608BDD;
 }
</style>
background-color css

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

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

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

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

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

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