#2C90EB

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

Shades of Dodger Blue #2C90EB

Tints of Dodger Blue #2C90EB

Color information

#2C90EB (or 0x2C90EB) is unknown color: approx Dodger Blue. HEX triplet: 2C, 90 and EB. RGB value is (44,144,235). Sum of RGB (Red+Green+Blue) = 44+144+235=423 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.40% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #2C90EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2C90EB is #D36F14. Grayscale: #7C7C7C. Windows color (decimal): -13856533 or 15437868. OLE color: 15437868.

HSL color Cylindrical-coordinate representation of color #2C90EB: hue angle of 208.59º 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 #2C90EB is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB44144235-
CMYK0.810.3900.08
HSL208.59º82.68%54.71%-
HSV(B)208.59º81.28%92.16%-
XYZ26.0126.4882.34-
YUV124.47190.3770.6-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.40%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 235 (92.19% from 255) = 55.56%
R=10.40%
G=34.04%
B=55.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal441442350.810.3900.08208.5982.6854.71
Hex2C90EB512708d15337
Octal542203531214701032112367
Binary1011001001000011101011101000110011101000110100011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C90EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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