#2875F7

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

Shades of Dodger Blue #2875F7

Tints of Dodger Blue #2875F7

Color information

#2875F7 (or 0x2875F7) is unknown color: approx Dodger Blue. HEX triplet: 28, 75 and F7. RGB value is (40,117,247). Sum of RGB (Red+Green+Blue) = 40+117+247=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 247 (96.88% from 255 or 61.14% from 404); Max value from RGB is 247 - color contains mainly: blue. Hex color #2875F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2875F7 is #D78A08. Grayscale: #6C6C6C. Windows color (decimal): -14125577 or 16217384. OLE color: 16217384.

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

Color convert

RGB40117247-
CMYK0.840.5300.03
HSL217.68º92.83%56.27%-
HSV(B)217.68º83.81%96.86%-
XYZ24.0219.8990.57-
YUV108.8205.9978.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.90%
GREEN value IS 117 (46.09% from 255) = 28.96%
BLUE value IS 247 (96.88% from 255) = 61.14%
R=9.90%
G=28.96%
B=61.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal401172470.840.5300.03217.6892.8356.27
Hex2875F7543503da5d38
Octal50165367124650333213570
Binary1010001110101111101111010100110101011110110101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2875F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,117,247); }

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

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

 a { background-color: rgb(40,117,247); }

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

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

 span { border-color: rgb(40,117,247); }

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