Html Css Color HEX #0B9AF8 Dodger Blue

📋 copy color: '#0B9AF8'

red 11 ◦ green 154 ◦ blue 248

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

Shades of Dodger Blue #0B9AF8

Tints of Dodger Blue #0B9AF8

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.29%

 BLUE value IS 248 (97.27% from 255) = 60.05%

R = 2.66%
G = 37.29%
B = 60.05%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0B9AF8 (or 0x0B9AF8) is known color: Dodger Blue. HEX triplet: 0B, 9A and F8. RGB value is (11,154,248). Sum of RGB (Red+Green+Blue) = 11+154+248=413 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 248 (97.27% from 255 or 60.05% from 413); Max value from RGB is 248 - color contains mainly: blue. Hex color #0B9AF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B9AF8 is #F46507. Grayscale: #797979. Windows color (decimal): -16016648 or 16292363. OLE color: 16292363.

HSL color Cylindrical-coordinate representation of color #0B9AF8: hue angle of 203.8º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B9AF8 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 11 154 248 -
CMYK 0.96 0.38 0 0.03
HSL 203.8º 0.94% 0.51% -
HSV(B) 203.8º 0.96% 0.97% -
XYZ 28.64 29.96 93.08 -
YUV 121.96 199.12 48.86 -
System Red Green Blue C M Y K H S L
Decimal 11 154 248 0.96 0.38 0 0.03 203.8 0.94 0.51
Hex B 9A F8 60 26 0 3 CC 5E 33
Octal 13 232 370 140 46 0 3 314 136 63
Binary 1011 10011010 11111000 1100000 100110 0 11 11001100 1011110 110011

Color Harmonies of #0B9AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9AF8

Black with #0B9AF8

Text Example


Text Example

White with #0B9AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,154,248); }

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

background-color css

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

 a { background-color: rgb(11,154,248); }

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

border-color css

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

 span { border-color: rgb(11,154,248); }

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