Html Css Color HEX #098CEF Dodger Blue

📋 copy color: '#098CEF'

red 9 ◦ green 140 ◦ blue 239

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

Shades of Dodger Blue #098CEF

Tints of Dodger Blue #098CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 61.6%

R = 2.32%
G = 36.08%
B = 61.6%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#098CEF (or 0x098CEF) is known color: Dodger Blue. HEX triplet: 09, 8C and EF. RGB value is (9,140,239). Sum of RGB (Red+Green+Blue) = 9+140+239=388 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.32% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #098CEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098CEF is #F67310. Grayscale: #6F6F6F. Windows color (decimal): -16151313 or 15698953. OLE color: 15698953.

HSL color Cylindrical-coordinate representation of color #098CEF: hue angle of 205.83º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098CEF is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 140 239 -
CMYK 0.96 0.41 0 0.06
HSL 205.83º 0.93% 0.49% -
HSV(B) 205.83º 0.96% 0.94% -
XYZ 25.07 25.05 85.17 -
YUV 112.12 199.6 54.45 -
System Red Green Blue C M Y K H S L
Decimal 9 140 239 0.96 0.41 0 0.06 205.83 0.93 0.49
Hex 9 8C EF 60 29 0 6 CE 5D 31
Octal 11 214 357 140 51 0 6 316 135 61
Binary 1001 10001100 11101111 1100000 101001 0 110 11001110 1011101 110001

Color Harmonies of #098CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098CEF

Black with #098CEF

Text Example


Text Example

White with #098CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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