Html Css Color HEX #098FF1 Dodger Blue

📋 copy color: '#098FF1'

red 9 ◦ green 143 ◦ blue 241

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

Shades of Dodger Blue #098FF1

Tints of Dodger Blue #098FF1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.39%

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

R = 2.29%
G = 36.39%
B = 61.32%

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

#098FF1 (or 0x098FF1) is known color: Dodger Blue. HEX triplet: 09, 8F and F1. RGB value is (9,143,241). Sum of RGB (Red+Green+Blue) = 9+143+241=393 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.29% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 241 (94.53% from 255 or 61.32% from 393); Max value from RGB is 241 - color contains mainly: blue. Hex color #098FF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #098FF1 is #F6700E. Grayscale: #717171. Windows color (decimal): -16150543 or 15830793. OLE color: 15830793.

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

Color convert

RGB 9 143 241 -
CMYK 0.96 0.41 0 0.05
HSL 205.34º 0.93% 0.49% -
HSV(B) 205.34º 0.96% 0.95% -
XYZ 25.81 26.05 86.89 -
YUV 114.11 199.61 53.03 -
System Red Green Blue C M Y K H S L
Decimal 9 143 241 0.96 0.41 0 0.05 205.34 0.93 0.49
Hex 9 8F F1 60 29 0 5 CD 5D 31
Octal 11 217 361 140 51 0 5 315 135 61
Binary 1001 10001111 11110001 1100000 101001 0 101 11001101 1011101 110001

Color Harmonies of #098FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098FF1

Black with #098FF1

Text Example


Text Example

White with #098FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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