#2D90FC

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

Shades of Dodger Blue #2D90FC

Tints of Dodger Blue #2D90FC

Color information

#2D90FC (or 0x2D90FC) is unknown color: approx Dodger Blue. HEX triplet: 2D, 90 and FC. RGB value is (45,144,252). Sum of RGB (Red+Green+Blue) = 45+144+252=441 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.20% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #2D90FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D90FC is #D26F03. Grayscale: #7E7E7E. Windows color (decimal): -13790980 or 16551981. OLE color: 16551981.

HSL color Cylindrical-coordinate representation of color #2D90FC: hue angle of 211.3º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D90FC is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB45144252-
CMYK0.820.4300.01
HSL211.3º97.18%58.24%-
HSV(B)211.3º82.14%98.82%-
XYZ28.6327.5395.9-
YUV126.71198.769.72-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.20%
GREEN value IS 144 (56.64% from 255) = 32.65%
BLUE value IS 252 (98.83% from 255) = 57.14%
R=10.20%
G=32.65%
B=57.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal451442520.820.4300.01211.397.1858.24
Hex2D90FC522B01d3613a
Octal55220374122530132314172
Binary1011011001000011111100101001010101101110100111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D90FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,144,252); }

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

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

 a { background-color: rgb(45,144,252); }

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

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

 span { border-color: rgb(45,144,252); }

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