Html Css Color HEX #097FF7 Dodger Blue

📋 copy color: '#097FF7'

red 9 ◦ green 127 ◦ blue 247

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

Shades of Dodger Blue #097FF7

Tints of Dodger Blue #097FF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 64.49%

R = 2.35%
G = 33.16%
B = 64.49%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#097FF7 (or 0x097FF7) is known color: Dodger Blue. HEX triplet: 09, 7F and F7. RGB value is (9,127,247). Sum of RGB (Red+Green+Blue) = 9+127+247=383 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.35% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 247 (96.88% from 255 or 64.49% from 383); Max value from RGB is 247 - color contains mainly: blue. Hex color #097FF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097FF7 is #F68008. Grayscale: #686868. Windows color (decimal): -16154633 or 16219913. OLE color: 16219913.

HSL color Cylindrical-coordinate representation of color #097FF7: hue angle of 210.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097FF7 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 9 127 247 -
CMYK 0.96 0.49 0 0.03
HSL 210.25º 0.94% 0.5% -
HSV(B) 210.25º 0.96% 0.97% -
XYZ 24.49 21.95 90.94 -
YUV 105.4 207.91 59.24 -
System Red Green Blue C M Y K H S L
Decimal 9 127 247 0.96 0.49 0 0.03 210.25 0.94 0.5
Hex 9 7F F7 60 31 0 3 D2 5E 32
Octal 11 177 367 140 61 0 3 322 136 62
Binary 1001 1111111 11110111 1100000 110001 0 11 11010010 1011110 110010

Color Harmonies of #097FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097FF7

Black with #097FF7

Text Example


Text Example

White with #097FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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