Html Css Color HEX #097FE6 Dodger Blue

📋 copy color: '#097FE6'

red 9 ◦ green 127 ◦ blue 230

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

Shades of Dodger Blue #097FE6

Tints of Dodger Blue #097FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 62.84%

R = 2.46%
G = 34.7%
B = 62.84%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#097FE6 (or 0x097FE6) is known color: Dodger Blue. HEX triplet: 09, 7F and E6. RGB value is (9,127,230). Sum of RGB (Red+Green+Blue) = 9+127+230=366 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.46% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 230 (90.23% from 255 or 62.84% from 366); Max value from RGB is 230 - color contains mainly: blue. Hex color #097FE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097FE6 is #F68019. Grayscale: #666666. Windows color (decimal): -16154650 or 15105801. OLE color: 15105801.

HSL color Cylindrical-coordinate representation of color #097FE6: hue angle of 207.96º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097FE6 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 9 127 230 -
CMYK 0.96 0.45 0 0.10
HSL 207.96º 0.92% 0.47% -
HSV(B) 207.96º 0.96% 0.9% -
XYZ 21.98 20.95 77.75 -
YUV 103.46 199.41 60.62 -
System Red Green Blue C M Y K H S L
Decimal 9 127 230 0.96 0.45 0 0.10 207.96 0.92 0.47
Hex 9 7F E6 60 2D 0 A D0 5C 2F
Octal 11 177 346 140 55 0 12 320 134 57
Binary 1001 1111111 11100110 1100000 101101 0 1010 11010000 1011100 101111

Color Harmonies of #097FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097FE6

Black with #097FE6

Text Example


Text Example

White with #097FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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