Html Css Color HEX #098DF1 Dodger Blue

📋 copy color: '#098DF1'

red 9 ◦ green 141 ◦ blue 241

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

Shades of Dodger Blue #098DF1

Tints of Dodger Blue #098DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 61.64%

R = 2.3%
G = 36.06%
B = 61.64%

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

#098DF1 (or 0x098DF1) is known color: Dodger Blue. HEX triplet: 09, 8D and F1. RGB value is (9,141,241). Sum of RGB (Red+Green+Blue) = 9+141+241=391 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 241 (94.53% from 255 or 61.64% from 391); Max value from RGB is 241 - color contains mainly: blue. Hex color #098DF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098DF1 is #F6720E. Grayscale: #707070. Windows color (decimal): -16151055 or 15830281. OLE color: 15830281.

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

Color convert

RGB 9 141 241 -
CMYK 0.96 0.41 0 0.05
HSL 205.86º 0.93% 0.49% -
HSV(B) 205.86º 0.96% 0.95% -
XYZ 25.51 25.46 86.79 -
YUV 112.93 200.27 53.87 -
System Red Green Blue C M Y K H S L
Decimal 9 141 241 0.96 0.41 0 0.05 205.86 0.93 0.49
Hex 9 8D F1 60 29 0 5 CE 5D 31
Octal 11 215 361 140 51 0 5 316 135 61
Binary 1001 10001101 11110001 1100000 101001 0 101 11001110 1011101 110001

Color Harmonies of #098DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098DF1

Black with #098DF1

Text Example


Text Example

White with #098DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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