Html Css Color HEX #0988EC Dodger Blue

📋 copy color: '#0988EC'

red 9 ◦ green 136 ◦ blue 236

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

Shades of Dodger Blue #0988EC

Tints of Dodger Blue #0988EC

RGB

 RED value IS 9 (3.91% from 255) = 2.36%

 GREEN value IS 136 (53.52% from 255) = 35.7%

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

R = 2.36%
G = 35.7%
B = 61.94%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0988EC (or 0x0988EC) is known color: Dodger Blue. HEX triplet: 09, 88 and EC. RGB value is (9,136,236). Sum of RGB (Red+Green+Blue) = 9+136+236=381 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #0988EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0988EC is #F67713. Grayscale: #6C6C6C. Windows color (decimal): -16152340 or 15501321. OLE color: 15501321.

HSL color Cylindrical-coordinate representation of color #0988EC: hue angle of 206.43º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0988EC is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 136 236 -
CMYK 0.96 0.42 0 0.07
HSL 206.43º 0.93% 0.48% -
HSV(B) 206.43º 0.96% 0.93% -
XYZ 24.06 23.72 82.67 -
YUV 109.43 199.42 56.37 -
System Red Green Blue C M Y K H S L
Decimal 9 136 236 0.96 0.42 0 0.07 206.43 0.93 0.48
Hex 9 88 EC 60 2A 0 7 CE 5D 30
Octal 11 210 354 140 52 0 7 316 135 60
Binary 1001 10001000 11101100 1100000 101010 0 111 11001110 1011101 110000

Color Harmonies of #0988EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0988EC

Black with #0988EC

Text Example


Text Example

White with #0988EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0988EC; }

 p { color: rgb(9,136,236); }

 H1.HeaderClassName
 {
   color: #0988EC;
 }
 .AnyTagClassName
 {
   color: #0988EC;
 }
</style>

background-color css

<style>
 a { background-color: #0988EC; }

 a { background-color: rgb(9,136,236); }

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

border-color css

<style>
 span { border-color: #0988EC; }

 span { border-color: rgb(9,136,236); }

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