#3097F7

Color #3097F7 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #3097F7

Tints of Dodger Blue #3097F7

Color information

#3097F7 (or 0x3097F7) is unknown color: approx Dodger Blue. HEX triplet: 30, 97 and F7. RGB value is (48,151,247). Sum of RGB (Red+Green+Blue) = 48+151+247=446 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.76% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 247 (96.88% from 255 or 55.38% from 446); Max value from RGB is 247 - color contains mainly: blue. Hex color #3097F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3097F7 is #CF6808. Grayscale: #828282. Windows color (decimal): -13592585 or 16226096. OLE color: 16226096.

HSL color Cylindrical-coordinate representation of color #3097F7: hue angle of 208.94º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3097F7 is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB48151247-
CMYK0.810.3900.03
HSL208.94º92.56%57.84%-
HSV(B)208.94º80.57%96.86%-
XYZ29.0729.4892.15-
YUV131.15193.3868.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.76%
GREEN value IS 151 (59.38% from 255) = 33.86%
BLUE value IS 247 (96.88% from 255) = 55.38%
R=10.76%
G=33.86%
B=55.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal481512470.810.3900.03208.9492.5657.84
Hex3097F7512703d15d3a
Octal60227367121470332113572
Binary11000010010111111101111010001100111011110100011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3097F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3097F7; }

 p { color: rgb(48,151,247); }

 H1.HeaderClassName
 {
   color: #3097F7;
 }
 .AnyTagClassName
 {
   color: #3097F7;
 }
</style>
background-color css

<style>
 a { background-color: #3097F7; }

 a { background-color: rgb(48,151,247); }

 div.DivClassName
 {
   background-color: #3097F7;
 }
 .BgClassName
 {
   background-color: #3097F7;
 }
</style>
border-color css

<style>
 span { border-color: #3097F7; }

 span { border-color: rgb(48,151,247); }

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