#098EF4

Color #098EF4 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #098EF4

Tints of Dodger Blue #098EF4

Color information

#098EF4 (or 0x098EF4) is unknown color: approx Dodger Blue. HEX triplet: 09, 8E and F4. RGB value is (9,142,244). Sum of RGB (Red+Green+Blue) = 9+142+244=395 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.28% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 244 (95.70% from 255 or 61.77% from 395); Max value from RGB is 244 - color contains mainly: blue. Hex color #098EF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098EF4 is #F6710B. Grayscale: #717171. Windows color (decimal): -16150796 or 16027145. OLE color: 16027145.

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

Color convert

RGB9142244-
CMYK0.960.4200.04
HSL206.04º92.89%49.61%-
HSV(B)206.04º96.31%95.69%-
XYZ26.1125.9489.22-
YUV113.86201.4453.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.28%
GREEN value IS 142 (55.86% from 255) = 35.95%
BLUE value IS 244 (95.70% from 255) = 61.77%
R=2.28%
G=35.95%
B=61.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal91422440.960.4200.04206.0492.8949.61
Hex98EF4602A04ce5d32
Octal11216364140520431613562
Binary1001100011101111010011000001010100100110011101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #098EF4;
 }
 .AnyTagClassName
 {
   color: #098EF4;
 }
</style>
background-color css

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

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

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

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

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

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