Html Css Color HEX #098DEC Dodger Blue

📋 copy color: '#098DEC'

red 9 ◦ green 141 ◦ blue 236

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

Shades of Dodger Blue #098DEC

Tints of Dodger Blue #098DEC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.53%

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

R = 2.33%
G = 36.53%
B = 61.14%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#098DEC (or 0x098DEC) is known color: Dodger Blue. HEX triplet: 09, 8D and EC. RGB value is (9,141,236). Sum of RGB (Red+Green+Blue) = 9+141+236=386 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #098DEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098DEC is #F67213. Grayscale: #6F6F6F. Windows color (decimal): -16151060 or 15502601. OLE color: 15502601.

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

Color convert

RGB 9 141 236 -
CMYK 0.96 0.40 0 0.07
HSL 205.11º 0.93% 0.48% -
HSV(B) 205.11º 0.96% 0.93% -
XYZ 24.78 25.16 82.91 -
YUV 112.36 197.77 54.28 -
System Red Green Blue C M Y K H S L
Decimal 9 141 236 0.96 0.40 0 0.07 205.11 0.93 0.48
Hex 9 8D EC 60 28 0 7 CD 5D 30
Octal 11 215 354 140 50 0 7 315 135 60
Binary 1001 10001101 11101100 1100000 101000 0 111 11001101 1011101 110000

Color Harmonies of #098DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098DEC

Black with #098DEC

Text Example


Text Example

White with #098DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098DEC; }

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

 H1.HeaderClassName
 {
   color: #098DEC;
 }
 .AnyTagClassName
 {
   color: #098DEC;
 }
</style>

background-color css

<style>
 a { background-color: #098DEC; }

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

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

border-color css

<style>
 span { border-color: #098DEC; }

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

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