Html Css Color HEX #0B9FEB Dodger Blue

📋 copy color: '#0B9FEB'

red 11 ◦ green 159 ◦ blue 235

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

Shades of Dodger Blue #0B9FEB

Tints of Dodger Blue #0B9FEB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.26%

 BLUE value IS 235 (92.19% from 255) = 58.02%

R = 2.72%
G = 39.26%
B = 58.02%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0B9FEB (or 0x0B9FEB) is known color: Dodger Blue. HEX triplet: 0B, 9F and EB. RGB value is (11,159,235). Sum of RGB (Red+Green+Blue) = 11+159+235=405 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.72% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #0B9FEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B9FEB is #F46014. Grayscale: #7A7A7A. Windows color (decimal): -16015381 or 15441675. OLE color: 15441675.

HSL color Cylindrical-coordinate representation of color #0B9FEB: hue angle of 200.36º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B9FEB is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 11 159 235 -
CMYK 0.95 0.32 0 0.08
HSL 200.36º 0.91% 0.48% -
HSV(B) 200.36º 0.95% 0.92% -
XYZ 27.53 30.87 83.1 -
YUV 123.41 190.97 47.82 -
System Red Green Blue C M Y K H S L
Decimal 11 159 235 0.95 0.32 0 0.08 200.36 0.91 0.48
Hex B 9F EB 5F 20 0 8 C8 5B 30
Octal 13 237 353 137 40 0 10 310 133 60
Binary 1011 10011111 11101011 1011111 100000 0 1000 11001000 1011011 110000

Color Harmonies of #0B9FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9FEB

Black with #0B9FEB

Text Example


Text Example

White with #0B9FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,159,235); }

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

background-color css

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

 a { background-color: rgb(11,159,235); }

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

border-color css

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

 span { border-color: rgb(11,159,235); }

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