Html Css Color HEX #0B8CFF Dodger Blue

📋 copy color: '#0B8CFF'

red 11 ◦ green 140 ◦ blue 255

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

Shades of Dodger Blue #0B8CFF

Tints of Dodger Blue #0B8CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.48%

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

R = 2.71%
G = 34.48%
B = 62.81%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0B8CFF (or 0x0B8CFF) is known color: Dodger Blue. HEX triplet: 0B, 8C and FF. RGB value is (11,140,255). Sum of RGB (Red+Green+Blue) = 11+140+255=406 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.71% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B8CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B8CFF is #F47300. Grayscale: #717171. Windows color (decimal): -16020225 or 16747531. OLE color: 16747531.

HSL color Cylindrical-coordinate representation of color #0B8CFF: hue angle of 208.28º 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 #0B8CFF is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 11 140 255 -
CMYK 0.96 0.45 0 0
HSL 208.28º 1% 0.52% -
HSV(B) 208.28º 0.96% 1% -
XYZ 27.57 26.05 98.18 -
YUV 114.54 207.26 54.15 -
System Red Green Blue C M Y K H S L
Decimal 11 140 255 0.96 0.45 0 0 208.28 1 0.52
Hex B 8C FF 60 2D 0 0 D0 64 34
Octal 13 214 377 140 55 0 0 320 144 64
Binary 1011 10001100 11111111 1100000 101101 0 0 11010000 1100100 110100

Color Harmonies of #0B8CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8CFF

Black with #0B8CFF

Text Example


Text Example

White with #0B8CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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