Html Css Color HEX #0D98EC Dodger Blue

📋 copy color: '#0D98EC'

red 13 ◦ green 152 ◦ blue 236

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

Shades of Dodger Blue #0D98EC

Tints of Dodger Blue #0D98EC

RGB

 RED value IS 13 (5.47% from 255) = 3.24%

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

 BLUE value IS 236 (92.58% from 255) = 58.85%

R = 3.24%
G = 37.91%
B = 58.85%

CMYK

 C value IS 0.94

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0D98EC (or 0x0D98EC) is known color: Dodger Blue. HEX triplet: 0D, 98 and EC. RGB value is (13,152,236). Sum of RGB (Red+Green+Blue) = 13+152+236=401 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.24% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #0D98EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D98EC is #F26713. Grayscale: #777777. Windows color (decimal): -15886100 or 15505421. OLE color: 15505421.

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

Color convert

RGB 13 152 236 -
CMYK 0.94 0.36 0 0.07
HSL 202.6º 0.9% 0.49% -
HSV(B) 202.6º 0.94% 0.93% -
XYZ 26.53 28.6 83.48 -
YUV 120.02 193.45 51.67 -
System Red Green Blue C M Y K H S L
Decimal 13 152 236 0.94 0.36 0 0.07 202.6 0.9 0.49
Hex D 98 EC 5E 24 0 7 CB 5A 31
Octal 15 230 354 136 44 0 7 313 132 61
Binary 1101 10011000 11101100 1011110 100100 0 111 11001011 1011010 110001

Color Harmonies of #0D98EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D98EC

Black with #0D98EC

Text Example


Text Example

White with #0D98EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,152,236); }

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

background-color css

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

 a { background-color: rgb(13,152,236); }

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

border-color css

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

 span { border-color: rgb(13,152,236); }

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