Html Css Color HEX #0B8BFD Dodger Blue

📋 copy color: '#0B8BFD'

red 11 ◦ green 139 ◦ blue 253

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

Shades of Dodger Blue #0B8BFD

Tints of Dodger Blue #0B8BFD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.49%

 BLUE value IS 253 (99.22% from 255) = 62.78%

R = 2.73%
G = 34.49%
B = 62.78%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0B8BFD (or 0x0B8BFD) is known color: Dodger Blue. HEX triplet: 0B, 8B and FD. RGB value is (11,139,253). Sum of RGB (Red+Green+Blue) = 11+139+253=403 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.73% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 253 (99.22% from 255 or 62.78% from 403); Max value from RGB is 253 - color contains mainly: blue. Hex color #0B8BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B8BFD is #F47402. Grayscale: #717171. Windows color (decimal): -16020483 or 16616203. OLE color: 16616203.

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

Color convert

RGB 11 139 253 -
CMYK 0.96 0.45 0 0.01
HSL 208.26º 0.98% 0.52% -
HSV(B) 208.26º 0.96% 0.99% -
XYZ 27.1 25.63 96.45 -
YUV 113.72 206.59 54.73 -
System Red Green Blue C M Y K H S L
Decimal 11 139 253 0.96 0.45 0 0.01 208.26 0.98 0.52
Hex B 8B FD 60 2D 0 1 D0 62 34
Octal 13 213 375 140 55 0 1 320 142 64
Binary 1011 10001011 11111101 1100000 101101 0 1 11010000 1100010 110100

Color Harmonies of #0B8BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8BFD

Black with #0B8BFD

Text Example


Text Example

White with #0B8BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,139,253); }

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

background-color css

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

 a { background-color: rgb(11,139,253); }

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

border-color css

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

 span { border-color: rgb(11,139,253); }

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