#1085E8

Color #1085E8 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1085E8

Tints of Dodger Blue #1085E8

Color information

#1085E8 (or 0x1085E8) is unknown color: approx Dodger Blue. HEX triplet: 10, 85 and E8. RGB value is (16,133,232). Sum of RGB (Red+Green+Blue) = 16+133+232=381 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.20% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 232 (91.02% from 255 or 60.89% from 381); Max value from RGB is 232 - color contains mainly: blue. Hex color #1085E8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1085E8 is #EF7A17. Grayscale: #6C6C6C. Windows color (decimal): -15694360 or 15238416. OLE color: 15238416.

HSL color Cylindrical-coordinate representation of color #1085E8: hue angle of 207.5º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1085E8 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16133232-
CMYK0.930.4300.09
HSL207.5º87.1%48.63%-
HSV(B)207.5º93.1%90.98%-
XYZ23.1722.7179.51-
YUV109.3197.2461.45-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.20%
GREEN value IS 133 (52.34% from 255) = 34.91%
BLUE value IS 232 (91.02% from 255) = 60.89%
R=4.20%
G=34.91%
B=60.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal161332320.930.4300.09207.587.148.63
Hex1085E85D2B09d05731
Octal202053501355301132012761
Binary100001000010111101000101110110101101001110100001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1085E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1085E8; }

 p { color: rgb(16,133,232); }

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

<style>
 a { background-color: #1085E8; }

 a { background-color: rgb(16,133,232); }

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

<style>
 span { border-color: #1085E8; }

 span { border-color: rgb(16,133,232); }

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