#2680FB

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

Shades of Dodger Blue #2680FB

Tints of Dodger Blue #2680FB

Color information

#2680FB (or 0x2680FB) is unknown color: approx Dodger Blue. HEX triplet: 26, 80 and FB. RGB value is (38,128,251). Sum of RGB (Red+Green+Blue) = 38+128+251=417 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.11% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #2680FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2680FB is #D97F04. Grayscale: #727272. Windows color (decimal): -14253829 or 16482342. OLE color: 16482342.

HSL color Cylindrical-coordinate representation of color #2680FB: hue angle of 214.65º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2680FB is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB38128251-
CMYK0.850.4900.02
HSL214.65º96.38%56.67%-
HSV(B)214.65º84.86%98.43%-
XYZ25.9322.8294.3-
YUV115.11204.6873-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.11%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 251 (98.44% from 255) = 60.19%
R=9.11%
G=30.70%
B=60.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal381282510.850.4900.02214.6596.3856.67
Hex2680FB553102d76039
Octal46200373125610232714071
Binary10011010000000111110111010101110001010110101111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2680FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2680FB; }

 p { color: rgb(38,128,251); }

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

<style>
 a { background-color: #2680FB; }

 a { background-color: rgb(38,128,251); }

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

<style>
 span { border-color: #2680FB; }

 span { border-color: rgb(38,128,251); }

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