Html Css Color HEX #0B8AFB Dodger Blue

📋 copy color: '#0B8AFB'

red 11 ◦ green 138 ◦ blue 251

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

Shades of Dodger Blue #0B8AFB

Tints of Dodger Blue #0B8AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.5%

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

R = 2.75%
G = 34.5%
B = 62.75%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0B8AFB (or 0x0B8AFB) is known color: Dodger Blue. HEX triplet: 0B, 8A and FB. RGB value is (11,138,251). Sum of RGB (Red+Green+Blue) = 11+138+251=400 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.75% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B8AFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B8AFB is #F47504. Grayscale: #707070. Windows color (decimal): -16020741 or 16484875. OLE color: 16484875.

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

Color convert

RGB 11 138 251 -
CMYK 0.96 0.45 0 0.02
HSL 208.25º 0.97% 0.51% -
HSV(B) 208.25º 0.96% 0.98% -
XYZ 26.64 25.21 94.73 -
YUV 112.91 205.92 55.31 -
System Red Green Blue C M Y K H S L
Decimal 11 138 251 0.96 0.45 0 0.02 208.25 0.97 0.51
Hex B 8A FB 60 2D 0 2 D0 61 33
Octal 13 212 373 140 55 0 2 320 141 63
Binary 1011 10001010 11111011 1100000 101101 0 10 11010000 1100001 110011

Color Harmonies of #0B8AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8AFB

Black with #0B8AFB

Text Example


Text Example

White with #0B8AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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