#0B88DF

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

Shades of Dodger Blue #0B88DF

Tints of Dodger Blue #0B88DF

Color information

#0B88DF (or 0x0B88DF) is unknown color: approx Dodger Blue. HEX triplet: 0B, 88 and DF. RGB value is (11,136,223). Sum of RGB (Red+Green+Blue) = 11+136+223=370 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.97% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #0B88DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B88DF is #F47720. Grayscale: #6C6C6C. Windows color (decimal): -16021281 or 14649355. OLE color: 14649355.

HSL color Cylindrical-coordinate representation of color #0B88DF: hue angle of 204.62º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B88DF is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11136223-
CMYK0.950.3900.13
HSL204.62º90.6%45.88%-
HSV(B)204.62º95.07%87.45%-
XYZ22.2623.0173.08-
YUV108.54192.5958.43-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.97%
GREEN value IS 136 (53.52% from 255) = 36.76%
BLUE value IS 223 (87.5% from 255) = 60.27%
R=2.97%
G=36.76%
B=60.27%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal111362230.950.3900.13204.6290.645.88
HexB88DF5F270Dcd5b2e
Octal132103371374701531513356
Binary10111000100011011111101111110011101101110011011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B88DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B88DF; }

 p { color: rgb(11,136,223); }

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

<style>
 a { background-color: #0B88DF; }

 a { background-color: rgb(11,136,223); }

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

<style>
 span { border-color: #0B88DF; }

 span { border-color: rgb(11,136,223); }

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