Html Css Color HEX #098DFF Dodger Blue

📋 copy color: '#098DFF'

red 9 ◦ green 141 ◦ blue 255

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

Shades of Dodger Blue #098DFF

Tints of Dodger Blue #098DFF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.81%

 BLUE value IS 255 (100% from 255) = 62.96%

R = 2.22%
G = 34.81%
B = 62.96%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#098DFF (or 0x098DFF) is known color: Dodger Blue. HEX triplet: 09, 8D and FF. RGB value is (9,141,255). Sum of RGB (Red+Green+Blue) = 9+141+255=405 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.22% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #098DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098DFF is #F67200. Grayscale: #717171. Windows color (decimal): -16151041 or 16747785. OLE color: 16747785.

HSL color Cylindrical-coordinate representation of color #098DFF: hue angle of 207.8º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098DFF is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 9 141 255 -
CMYK 0.96 0.45 0 0
HSL 207.8º 1% 0.52% -
HSV(B) 207.8º 0.96% 1% -
XYZ 27.69 26.33 98.23 -
YUV 114.53 207.27 52.73 -
System Red Green Blue C M Y K H S L
Decimal 9 141 255 0.96 0.45 0 0 207.8 1 0.52
Hex 9 8D FF 60 2D 0 0 D0 64 34
Octal 11 215 377 140 55 0 0 320 144 64
Binary 1001 10001101 11111111 1100000 101101 0 0 11010000 1100100 110100

Color Harmonies of #098DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098DFF

Black with #098DFF

Text Example


Text Example

White with #098DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,141,255); }

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

background-color css

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

 a { background-color: rgb(9,141,255); }

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

border-color css

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

 span { border-color: rgb(9,141,255); }

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