#2876F0

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

Shades of Dodger Blue #2876F0

Tints of Dodger Blue #2876F0

Color information

#2876F0 (or 0x2876F0) is unknown color: approx Dodger Blue. HEX triplet: 28, 76 and F0. RGB value is (40,118,240). Sum of RGB (Red+Green+Blue) = 40+118+240=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 240 (94.14% from 255 or 60.30% from 398); Max value from RGB is 240 - color contains mainly: blue. Hex color #2876F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2876F0 is #D7890F. Grayscale: #6C6C6C. Windows color (decimal): -14125328 or 15758888. OLE color: 15758888.

HSL color Cylindrical-coordinate representation of color #2876F0: hue angle of 216.6º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2876F0 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB40118240-
CMYK0.830.5100.06
HSL216.6º86.96%54.9%-
HSV(B)216.6º83.33%94.12%-
XYZ23.0819.785.02-
YUV108.59202.1679.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.05%
GREEN value IS 118 (46.48% from 255) = 29.65%
BLUE value IS 240 (94.14% from 255) = 60.30%
R=10.05%
G=29.65%
B=60.30%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal401182400.830.5100.06216.686.9654.9
Hex2876F0533306d95737
Octal50166360123630633112767
Binary10100011101101111000010100111100110110110110011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2876F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2876F0; }

 p { color: rgb(40,118,240); }

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

<style>
 a { background-color: #2876F0; }

 a { background-color: rgb(40,118,240); }

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

<style>
 span { border-color: #2876F0; }

 span { border-color: rgb(40,118,240); }

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