#2d8ff1

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

Shades of Dodger Blue #2D8FF1

Tints of Dodger Blue #2D8FF1

Color information

#2D8FF1 (or 0x2D8FF1) is unknown color: approx Dodger Blue. HEX triplet: 2D, 8F and F1. RGB value is (45,143,241). Sum of RGB (Red+Green+Blue) = 45+143+241=429 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.49% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #2D8FF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D8FF1 is #D2700E. Grayscale: #7C7C7C. Windows color (decimal): -13791247 or 15830829. OLE color: 15830829.

HSL color Cylindrical-coordinate representation of color #2D8FF1: hue angle of 210º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D8FF1 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB45143241-
CMYK0.810.4100.05
HSL210º87.5%56.08%-
HSV(B)210º81.33%94.51%-
XYZ26.7826.5586.93-
YUV124.87193.5371.03-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.49%
GREEN value IS 143 (56.25% from 255) = 33.33%
BLUE value IS 241 (94.53% from 255) = 56.18%
R=10.49%
G=33.33%
B=56.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal451432410.810.4100.0521087.556.08
Hex2D8FF1512905d25838
Octal55217361121510532213070
Binary101101100011111111000110100011010010101110100101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d8ff1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,143,241); }

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

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

 a { background-color: rgb(45,143,241); }

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

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

 span { border-color: rgb(45,143,241); }

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