Html Css Color HEX #097FF1 Dodger Blue

📋 copy color: '#097FF1'

red 9 ◦ green 127 ◦ blue 241

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

Shades of Dodger Blue #097FF1

Tints of Dodger Blue #097FF1

RGB

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

 GREEN value IS 127 (50% from 255) = 33.69%

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

R = 2.39%
G = 33.69%
B = 63.93%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#097FF1 (or 0x097FF1) is known color: Dodger Blue. HEX triplet: 09, 7F and F1. RGB value is (9,127,241). Sum of RGB (Red+Green+Blue) = 9+127+241=377 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 241 (94.53% from 255 or 63.93% from 377); Max value from RGB is 241 - color contains mainly: blue. Hex color #097FF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097FF1 is #F6800E. Grayscale: #686868. Windows color (decimal): -16154639 or 15826697. OLE color: 15826697.

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

Color convert

RGB 9 127 241 -
CMYK 0.96 0.47 0 0.05
HSL 209.48º 0.93% 0.49% -
HSV(B) 209.48º 0.96% 0.95% -
XYZ 23.58 21.59 86.14 -
YUV 104.71 204.91 59.73 -
System Red Green Blue C M Y K H S L
Decimal 9 127 241 0.96 0.47 0 0.05 209.48 0.93 0.49
Hex 9 7F F1 60 2F 0 5 D1 5D 31
Octal 11 177 361 140 57 0 5 321 135 61
Binary 1001 1111111 11110001 1100000 101111 0 101 11010001 1011101 110001

Color Harmonies of #097FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097FF1

Black with #097FF1

Text Example


Text Example

White with #097FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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