#0B9CF4

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

Shades of Dodger Blue #0B9CF4

Tints of Dodger Blue #0B9CF4

Color information

#0B9CF4 (or 0x0B9CF4) is unknown color: approx Dodger Blue. HEX triplet: 0B, 9C and F4. RGB value is (11,156,244). Sum of RGB (Red+Green+Blue) = 11+156+244=411 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.68% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 244 (95.70% from 255 or 59.37% from 411); Max value from RGB is 244 - color contains mainly: blue. Hex color #0B9CF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B9CF4 is #F4630B. Grayscale: #7A7A7A. Windows color (decimal): -16016140 or 16030731. OLE color: 16030731.

HSL color Cylindrical-coordinate representation of color #0B9CF4: hue angle of 202.66º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B9CF4 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11156244-
CMYK0.950.3600.04
HSL202.66º91.37%50%-
HSV(B)202.66º95.49%95.69%-
XYZ28.3630.3889.96-
YUV122.68196.4648.34-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.68%
GREEN value IS 156 (61.33% from 255) = 37.96%
BLUE value IS 244 (95.70% from 255) = 59.37%
R=2.68%
G=37.96%
B=59.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal111562440.950.3600.04202.6691.3750
HexB9CF45F2404cb5b32
Octal13234364137440431313362
Binary1011100111001111010010111111001000100110010111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,156,244); }

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

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

 a { background-color: rgb(11,156,244); }

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

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

 span { border-color: rgb(11,156,244); }

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