Html Css Color HEX #0B98ED Dodger Blue

📋 copy color: '#0B98ED'

red 11 ◦ green 152 ◦ blue 237

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

Shades of Dodger Blue #0B98ED

Tints of Dodger Blue #0B98ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.25%

R = 2.75%
G = 38%
B = 59.25%

CMYK

 C value IS 0.95

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0B98ED (or 0x0B98ED) is known color: Dodger Blue. HEX triplet: 0B, 98 and ED. RGB value is (11,152,237). Sum of RGB (Red+Green+Blue) = 11+152+237=400 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.75% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #0B98ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B98ED is #F46712. Grayscale: #777777. Windows color (decimal): -16017171 or 15570955. OLE color: 15570955.

HSL color Cylindrical-coordinate representation of color #0B98ED: hue angle of 202.57º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B98ED is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 11 152 237 -
CMYK 0.95 0.36 0 0.07
HSL 202.57º 0.91% 0.49% -
HSV(B) 202.57º 0.95% 0.93% -
XYZ 26.65 28.64 84.24 -
YUV 119.53 194.29 50.59 -
System Red Green Blue C M Y K H S L
Decimal 11 152 237 0.95 0.36 0 0.07 202.57 0.91 0.49
Hex B 98 ED 5F 24 0 7 CB 5B 31
Octal 13 230 355 137 44 0 7 313 133 61
Binary 1011 10011000 11101101 1011111 100100 0 111 11001011 1011011 110001

Color Harmonies of #0B98ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B98ED

Black with #0B98ED

Text Example


Text Example

White with #0B98ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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