#2b85ef

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

Shades of Dodger Blue #2B85EF

Tints of Dodger Blue #2B85EF

Color information

#2B85EF (or 0x2B85EF) is unknown color: approx Dodger Blue. HEX triplet: 2B, 85 and EF. RGB value is (43,133,239). Sum of RGB (Red+Green+Blue) = 43+133+239=415 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.36% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B85EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B85EF is #D47A10. Grayscale: #757575. Windows color (decimal): -13924881 or 15697195. OLE color: 15697195.

HSL color Cylindrical-coordinate representation of color #2B85EF: hue angle of 212.45º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B85EF is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB43133239-
CMYK0.820.4400.06
HSL212.45º85.96%55.29%-
HSV(B)212.45º82.01%93.73%-
XYZ24.9623.5284.89-
YUV118.17196.1874.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.36%
GREEN value IS 133 (52.34% from 255) = 32.05%
BLUE value IS 239 (93.75% from 255) = 57.59%
R=10.36%
G=32.05%
B=57.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal431332390.820.4400.06212.4585.9655.29
Hex2B85EF522C06d45637
Octal53205357122540632412667
Binary101011100001011110111110100101011000110110101001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b85ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2b85ef; }

 p { color: rgb(43,133,239); }

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

<style>
 a { background-color: #2b85ef; }

 a { background-color: rgb(43,133,239); }

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

<style>
 span { border-color: #2b85ef; }

 span { border-color: rgb(43,133,239); }

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