#2C81E1

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

Shades of Dodger Blue #2C81E1

Tints of Dodger Blue #2C81E1

Color information

#2C81E1 (or 0x2C81E1) is unknown color: approx Dodger Blue. HEX triplet: 2C, 81 and E1. RGB value is (44,129,225). Sum of RGB (Red+Green+Blue) = 44+129+225=398 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.06% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 225 (88.28% from 255 or 56.53% from 398); Max value from RGB is 225 - color contains mainly: blue. Hex color #2C81E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C81E1 is #D37E1E. Grayscale: #727272. Windows color (decimal): -13860383 or 14778668. OLE color: 14778668.

HSL color Cylindrical-coordinate representation of color #2C81E1: hue angle of 211.82º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C81E1 is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB44129225-
CMYK0.800.4300.12
HSL211.82º75.1%52.75%-
HSV(B)211.82º80.44%88.24%-
XYZ22.4821.6774.23-
YUV114.53190.3477.69-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.06%
GREEN value IS 129 (50.78% from 255) = 32.41%
BLUE value IS 225 (88.28% from 255) = 56.53%
R=11.06%
G=32.41%
B=56.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal441292250.800.4300.12211.8275.152.75
Hex2C81E1502B0Cd44b35
Octal542013411205301432411365
Binary1011001000000111100001101000010101101100110101001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C81E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,129,225); }

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

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

 a { background-color: rgb(44,129,225); }

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

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

 span { border-color: rgb(44,129,225); }

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