Html Css Color HEX #098AF5 Dodger Blue

📋 copy color: '#098AF5'

red 9 ◦ green 138 ◦ blue 245

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

Shades of Dodger Blue #098AF5

Tints of Dodger Blue #098AF5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.2%

 BLUE value IS 245 (96.09% from 255) = 62.5%

R = 2.3%
G = 35.2%
B = 62.5%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#098AF5 (or 0x098AF5) is known color: Dodger Blue. HEX triplet: 09, 8A and F5. RGB value is (9,138,245). Sum of RGB (Red+Green+Blue) = 9+138+245=392 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 245 (96.09% from 255 or 62.5% from 392); Max value from RGB is 245 - color contains mainly: blue. Hex color #098AF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098AF5 is #F6750A. Grayscale: #6F6F6F. Windows color (decimal): -16151819 or 16091657. OLE color: 16091657.

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

Color convert

RGB 9 138 245 -
CMYK 0.96 0.44 0 0.04
HSL 207.2º 0.93% 0.5% -
HSV(B) 207.2º 0.96% 0.96% -
XYZ 25.68 24.83 89.82 -
YUV 111.63 203.26 54.8 -
System Red Green Blue C M Y K H S L
Decimal 9 138 245 0.96 0.44 0 0.04 207.2 0.93 0.5
Hex 9 8A F5 60 2C 0 4 CF 5D 32
Octal 11 212 365 140 54 0 4 317 135 62
Binary 1001 10001010 11110101 1100000 101100 0 100 11001111 1011101 110010

Color Harmonies of #098AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098AF5

Black with #098AF5

Text Example


Text Example

White with #098AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,138,245); }

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

background-color css

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

 a { background-color: rgb(9,138,245); }

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

border-color css

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

 span { border-color: rgb(9,138,245); }

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