#2d80fe

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

Shades of Dodger Blue #2D80FE

Tints of Dodger Blue #2D80FE

Color information

#2D80FE (or 0x2D80FE) is unknown color: approx Dodger Blue. HEX triplet: 2D, 80 and FE. RGB value is (45,128,254). Sum of RGB (Red+Green+Blue) = 45+128+254=427 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.54% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #2D80FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D80FE is #D27F01. Grayscale: #747474. Windows color (decimal): -13795074 or 16678957. OLE color: 16678957.

HSL color Cylindrical-coordinate representation of color #2D80FE: hue angle of 216.17º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D80FE is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB45128254-
CMYK0.820.5000.00
HSL216.17º99.05%58.63%-
HSV(B)216.17º82.28%99.61%-
XYZ26.6923.1596.83-
YUV117.5520576.25-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.54%
GREEN value IS 128 (50.39% from 255) = 29.98%
BLUE value IS 254 (99.61% from 255) = 59.48%
R=10.54%
G=29.98%
B=59.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal451282540.820.5000.00216.1799.0558.63
Hex2D80FE523200d8633b
Octal55200376122620033014373
Binary1011011000000011111110101001011001000110110001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d80fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2d80fe; }

 p { color: rgb(45,128,254); }

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

<style>
 a { background-color: #2d80fe; }

 a { background-color: rgb(45,128,254); }

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

<style>
 span { border-color: #2d80fe; }

 span { border-color: rgb(45,128,254); }

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