#0B98F3

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

Shades of Dodger Blue #0B98F3

Tints of Dodger Blue #0B98F3

Color information

#0B98F3 (or 0x0B98F3) is unknown color: approx Dodger Blue. HEX triplet: 0B, 98 and F3. RGB value is (11,152,243). Sum of RGB (Red+Green+Blue) = 11+152+243=406 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.71% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 243 (95.31% from 255 or 59.85% from 406); Max value from RGB is 243 - color contains mainly: blue. Hex color #0B98F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B98F3 is #F4670C. Grayscale: #777777. Windows color (decimal): -16017165 or 15964171. OLE color: 15964171.

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

Color convert

RGB11152243-
CMYK0.950.3700.05
HSL203.53º91.34%49.8%-
HSV(B)203.53º95.47%95.29%-
XYZ27.542988.94-
YUV120.21197.2950.1-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.71%
GREEN value IS 152 (59.77% from 255) = 37.44%
BLUE value IS 243 (95.31% from 255) = 59.85%
R=2.71%
G=37.44%
B=59.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal111522430.950.3700.05203.5391.3449.8
HexB98F35F2505cc5b32
Octal13230363137450531413362
Binary1011100110001111001110111111001010101110011001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B98F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,152,243); }

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

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

 a { background-color: rgb(11,152,243); }

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

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

 span { border-color: rgb(11,152,243); }

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