#2C8EEB

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

Shades of Dodger Blue #2C8EEB

Tints of Dodger Blue #2C8EEB

Color information

#2C8EEB (or 0x2C8EEB) is unknown color: approx Dodger Blue. HEX triplet: 2C, 8E and EB. RGB value is (44,142,235). Sum of RGB (Red+Green+Blue) = 44+142+235=421 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.45% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #2C8EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2C8EEB is #D37114. Grayscale: #7A7A7A. Windows color (decimal): -13857045 or 15437356. OLE color: 15437356.

HSL color Cylindrical-coordinate representation of color #2C8EEB: hue angle of 209.21º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C8EEB is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB44142235-
CMYK0.810.4000.08
HSL209.21º82.68%54.71%-
HSV(B)209.21º81.28%92.16%-
XYZ25.7125.8882.24-
YUV123.3191.0371.44-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.45%
GREEN value IS 142 (55.86% from 255) = 33.73%
BLUE value IS 235 (92.19% from 255) = 55.82%
R=10.45%
G=33.73%
B=55.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal441422350.810.4000.08209.2182.6854.71
Hex2C8EEB512808d15337
Octal542163531215001032112367
Binary1011001000111011101011101000110100001000110100011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,142,235); }

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

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

 a { background-color: rgb(44,142,235); }

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

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

 span { border-color: rgb(44,142,235); }

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