Html Css Color HEX #0B98FF Dodger Blue

📋 copy color: '#0B98FF'

red 11 ◦ green 152 ◦ blue 255

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

Shades of Dodger Blue #0B98FF

Tints of Dodger Blue #0B98FF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.36%

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

R = 2.63%
G = 36.36%
B = 61%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0B98FF (or 0x0B98FF) is known color: Dodger Blue. HEX triplet: 0B, 98 and FF. RGB value is (11,152,255). Sum of RGB (Red+Green+Blue) = 11+152+255=418 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.63% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B98FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B98FF is #F46700. Grayscale: #797979. Windows color (decimal): -16017153 or 16750603. OLE color: 16750603.

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

Color convert

RGB 11 152 255 -
CMYK 0.96 0.40 0 0
HSL 205.33º 1% 0.52% -
HSV(B) 205.33º 0.96% 1% -
XYZ 29.42 29.75 98.8 -
YUV 121.58 203.29 49.12 -
System Red Green Blue C M Y K H S L
Decimal 11 152 255 0.96 0.40 0 0 205.33 1 0.52
Hex B 98 FF 60 28 0 0 CD 64 34
Octal 13 230 377 140 50 0 0 315 144 64
Binary 1011 10011000 11111111 1100000 101000 0 0 11001101 1100100 110100

Color Harmonies of #0B98FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B98FF

Black with #0B98FF

Text Example


Text Example

White with #0B98FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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