Html Css Color HEX #097FE7 Dodger Blue

📋 copy color: '#097FE7'

red 9 ◦ green 127 ◦ blue 231

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

Shades of Dodger Blue #097FE7

Tints of Dodger Blue #097FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 62.94%

R = 2.45%
G = 34.6%
B = 62.94%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#097FE7 (or 0x097FE7) is known color: Dodger Blue. HEX triplet: 09, 7F and E7. RGB value is (9,127,231). Sum of RGB (Red+Green+Blue) = 9+127+231=367 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 231 (90.62% from 255 or 62.94% from 367); Max value from RGB is 231 - color contains mainly: blue. Hex color #097FE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097FE7 is #F68018. Grayscale: #676767. Windows color (decimal): -16154649 or 15171337. OLE color: 15171337.

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

Color convert

RGB 9 127 231 -
CMYK 0.96 0.45 0 0.09
HSL 208.11º 0.93% 0.47% -
HSV(B) 208.11º 0.96% 0.91% -
XYZ 22.13 21.01 78.49 -
YUV 103.57 199.91 60.54 -
System Red Green Blue C M Y K H S L
Decimal 9 127 231 0.96 0.45 0 0.09 208.11 0.93 0.47
Hex 9 7F E7 60 2D 0 9 D0 5C 2F
Octal 11 177 347 140 55 0 11 320 134 57
Binary 1001 1111111 11100111 1100000 101101 0 1001 11010000 1011100 101111

Color Harmonies of #097FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097FE7

Black with #097FE7

Text Example


Text Example

White with #097FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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