Html Css Color HEX #0B83FB Dodger Blue

📋 copy color: '#0B83FB'

red 11 ◦ green 131 ◦ blue 251

#0B83FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #0B83FB

Tints of Dodger Blue #0B83FB

RGB

 RED value IS 11 (4.69% from 255) = 2.8%

 GREEN value IS 131 (51.56% from 255) = 33.33%

 BLUE value IS 251 (98.44% from 255) = 63.87%

R = 2.8%
G = 33.33%
B = 63.87%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0B83FB (or 0x0B83FB) is known color: Dodger Blue. HEX triplet: 0B, 83 and FB. RGB value is (11,131,251). Sum of RGB (Red+Green+Blue) = 11+131+251=393 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.80% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B83FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B83FB is #F47C04. Grayscale: #6C6C6C. Windows color (decimal): -16022533 or 16483083. OLE color: 16483083.

HSL color Cylindrical-coordinate representation of color #0B83FB: hue angle of 210º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B83FB is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 131 251 -
CMYK 0.96 0.48 0 0.02
HSL 210º 0.97% 0.51% -
HSV(B) 210º 0.96% 0.98% -
XYZ 25.67 23.27 94.41 -
YUV 108.8 208.24 58.24 -
System Red Green Blue C M Y K H S L
Decimal 11 131 251 0.96 0.48 0 0.02 210 0.97 0.51
Hex B 83 FB 60 30 0 2 D2 61 33
Octal 13 203 373 140 60 0 2 322 141 63
Binary 1011 10000011 11111011 1100000 110000 0 10 11010010 1100001 110011

Color Harmonies of #0B83FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B83FB

Black with #0B83FB

Text Example


Text Example

White with #0B83FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,131,251); }

 H1.HeaderClassName
 {
   color: #0B83FB;
 }
 .AnyTagClassName
 {
   color: #0B83FB;
 }
</style>

background-color css

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

 a { background-color: rgb(11,131,251); }

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

border-color css

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

 span { border-color: rgb(11,131,251); }

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