Html Css Color HEX #098EF2 Dodger Blue

📋 copy color: '#098EF2'

red 9 ◦ green 142 ◦ blue 242

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

Shades of Dodger Blue #098EF2

Tints of Dodger Blue #098EF2

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.13%

 BLUE value IS 242 (94.92% from 255) = 61.58%

R = 2.29%
G = 36.13%
B = 61.58%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#098EF2 (or 0x098EF2) is known color: Dodger Blue. HEX triplet: 09, 8E and F2. RGB value is (9,142,242). Sum of RGB (Red+Green+Blue) = 9+142+242=393 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.29% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 242 (94.92% from 255 or 61.58% from 393); Max value from RGB is 242 - color contains mainly: blue. Hex color #098EF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098EF2 is #F6710D. Grayscale: #717171. Windows color (decimal): -16150798 or 15896073. OLE color: 15896073.

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

Color convert

RGB 9 142 242 -
CMYK 0.96 0.41 0 0.05
HSL 205.75º 0.93% 0.49% -
HSV(B) 205.75º 0.96% 0.95% -
XYZ 25.81 25.81 87.63 -
YUV 113.63 200.44 53.37 -
System Red Green Blue C M Y K H S L
Decimal 9 142 242 0.96 0.41 0 0.05 205.75 0.93 0.49
Hex 9 8E F2 60 29 0 5 CE 5D 31
Octal 11 216 362 140 51 0 5 316 135 61
Binary 1001 10001110 11110010 1100000 101001 0 101 11001110 1011101 110001

Color Harmonies of #098EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098EF2

Black with #098EF2

Text Example


Text Example

White with #098EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,142,242); }

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

background-color css

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

 a { background-color: rgb(9,142,242); }

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

border-color css

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

 span { border-color: rgb(9,142,242); }

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