Html Css Color HEX #098CEE Dodger Blue

📋 copy color: '#098CEE'

red 9 ◦ green 140 ◦ blue 238

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

Shades of Dodger Blue #098CEE

Tints of Dodger Blue #098CEE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.18%

 BLUE value IS 238 (93.36% from 255) = 61.5%

R = 2.33%
G = 36.18%
B = 61.5%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#098CEE (or 0x098CEE) is known color: Dodger Blue. HEX triplet: 09, 8C and EE. RGB value is (9,140,238). Sum of RGB (Red+Green+Blue) = 9+140+238=387 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #098CEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098CEE is #F67311. Grayscale: #6F6F6F. Windows color (decimal): -16151314 or 15633417. OLE color: 15633417.

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

Color convert

RGB 9 140 238 -
CMYK 0.96 0.41 0 0.07
HSL 205.68º 0.93% 0.48% -
HSV(B) 205.68º 0.96% 0.93% -
XYZ 24.92 24.99 84.4 -
YUV 112 199.1 54.53 -
System Red Green Blue C M Y K H S L
Decimal 9 140 238 0.96 0.41 0 0.07 205.68 0.93 0.48
Hex 9 8C EE 60 29 0 7 CE 5D 30
Octal 11 214 356 140 51 0 7 316 135 60
Binary 1001 10001100 11101110 1100000 101001 0 111 11001110 1011101 110000

Color Harmonies of #098CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098CEE

Black with #098CEE

Text Example


Text Example

White with #098CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,140,238); }

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

background-color css

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

 a { background-color: rgb(9,140,238); }

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

border-color css

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

 span { border-color: rgb(9,140,238); }

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