#0B75F5

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

Shades of Dodger Blue #0B75F5

Tints of Dodger Blue #0B75F5

Color information

#0B75F5 (or 0x0B75F5) is unknown color: approx Dodger Blue. HEX triplet: 0B, 75 and F5. RGB value is (11,117,245). Sum of RGB (Red+Green+Blue) = 11+117+245=373 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.95% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 245 (96.09% from 255 or 65.68% from 373); Max value from RGB is 245 - color contains mainly: blue. Hex color #0B75F5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B75F5 is #F48A0A. Grayscale: #636363. Windows color (decimal): -16026123 or 16086283. OLE color: 16086283.

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

Color convert

RGB11117245-
CMYK0.960.5200.04
HSL212.82º92.13%50.2%-
HSV(B)212.82º95.51%96.08%-
XYZ22.9819.3988.92-
YUV99.9209.8864.59-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.95%
GREEN value IS 117 (46.09% from 255) = 31.37%
BLUE value IS 245 (96.09% from 255) = 65.68%
R=2.95%
G=31.37%
B=65.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal111172450.960.5200.04212.8292.1350.2
HexB75F5603404d55c32
Octal13165365140640432513462
Binary101111101011111010111000001101000100110101011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B75F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,117,245); }

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

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

 a { background-color: rgb(11,117,245); }

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

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

 span { border-color: rgb(11,117,245); }

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