Html Css Color HEX #0B9FFE Dodger Blue

📋 copy color: '#0B9FFE'

red 11 ◦ green 159 ◦ blue 254

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

Shades of Dodger Blue #0B9FFE

Tints of Dodger Blue #0B9FFE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.5%

 BLUE value IS 254 (99.61% from 255) = 59.91%

R = 2.59%
G = 37.5%
B = 59.91%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0B9FFE (or 0x0B9FFE) is known color: Dodger Blue. HEX triplet: 0B, 9F and FE. RGB value is (11,159,254). Sum of RGB (Red+Green+Blue) = 11+159+254=424 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.59% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #0B9FFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B9FFE is #F46001. Grayscale: #7D7D7D. Windows color (decimal): -16015362 or 16686859. OLE color: 16686859.

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

Color convert

RGB 11 159 254 -
CMYK 0.96 0.37 0 0.00
HSL 203.46º 0.99% 0.52% -
HSV(B) 203.46º 0.96% 1% -
XYZ 30.43 32.02 98.34 -
YUV 125.58 200.47 46.28 -
System Red Green Blue C M Y K H S L
Decimal 11 159 254 0.96 0.37 0 0.00 203.46 0.99 0.52
Hex B 9F FE 60 25 0 0 CB 63 34
Octal 13 237 376 140 45 0 0 313 143 64
Binary 1011 10011111 11111110 1100000 100101 0 0 11001011 1100011 110100

Color Harmonies of #0B9FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9FFE

Black with #0B9FFE

Text Example


Text Example

White with #0B9FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,159,254); }

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

background-color css

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

 a { background-color: rgb(11,159,254); }

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

border-color css

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

 span { border-color: rgb(11,159,254); }

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