#2C82EE

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

Shades of Dodger Blue #2C82EE

Tints of Dodger Blue #2C82EE

Color information

#2C82EE (or 0x2C82EE) is unknown color: approx Dodger Blue. HEX triplet: 2C, 82 and EE. RGB value is (44,130,238). Sum of RGB (Red+Green+Blue) = 44+130+238=412 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.68% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #2C82EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2C82EE is #D37D11. Grayscale: #747474. Windows color (decimal): -13860114 or 15630892. OLE color: 15630892.

HSL color Cylindrical-coordinate representation of color #2C82EE: hue angle of 213.4º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C82EE is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB44130238-
CMYK0.820.4500.07
HSL213.4º85.09%55.29%-
HSV(B)213.4º81.51%93.33%-
XYZ24.4522.6783.98-
YUV116.6196.5176.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.68%
GREEN value IS 130 (51.17% from 255) = 31.55%
BLUE value IS 238 (93.36% from 255) = 57.77%
R=10.68%
G=31.55%
B=57.77%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal441302380.820.4500.07213.485.0955.29
Hex2C82EE522D07d55537
Octal54202356122550732512567
Binary101100100000101110111010100101011010111110101011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C82EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,130,238); }

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

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

 a { background-color: rgb(44,130,238); }

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

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

 span { border-color: rgb(44,130,238); }

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