Html Css Color HEX #0B96FF Dodger Blue

📋 copy color: '#0B96FF'

red 11 ◦ green 150 ◦ blue 255

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

Shades of Dodger Blue #0B96FF

Tints of Dodger Blue #0B96FF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.06%

 BLUE value IS 255 (100% from 255) = 61.3%

R = 2.64%
G = 36.06%
B = 61.3%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0B96FF (or 0x0B96FF) is known color: Dodger Blue. HEX triplet: 0B, 96 and FF. RGB value is (11,150,255). Sum of RGB (Red+Green+Blue) = 11+150+255=416 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.64% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B96FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B96FF is #F46900. Grayscale: #777777. Windows color (decimal): -16017665 or 16750091. OLE color: 16750091.

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

Color convert

RGB 11 150 255 -
CMYK 0.96 0.41 0 0
HSL 205.82º 1% 0.52% -
HSV(B) 205.82º 0.96% 1% -
XYZ 29.09 29.1 98.69 -
YUV 120.41 203.95 49.96 -
System Red Green Blue C M Y K H S L
Decimal 11 150 255 0.96 0.41 0 0 205.82 1 0.52
Hex B 96 FF 60 29 0 0 CE 64 34
Octal 13 226 377 140 51 0 0 316 144 64
Binary 1011 10010110 11111111 1100000 101001 0 0 11001110 1100100 110100

Color Harmonies of #0B96FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B96FF

Black with #0B96FF

Text Example


Text Example

White with #0B96FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,150,255); }

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

background-color css

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

 a { background-color: rgb(11,150,255); }

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

border-color css

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

 span { border-color: rgb(11,150,255); }

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