#2C89FD

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

Shades of Dodger Blue #2C89FD

Tints of Dodger Blue #2C89FD

Color information

#2C89FD (or 0x2C89FD) is unknown color: approx Dodger Blue. HEX triplet: 2C, 89 and FD. RGB value is (44,137,253). Sum of RGB (Red+Green+Blue) = 44+137+253=434 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.14% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #2C89FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2C89FD is #D37602. Grayscale: #797979. Windows color (decimal): -13858307 or 16615724. OLE color: 16615724.

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

Color convert

RGB44137253-
CMYK0.830.4600.01
HSL213.3º98.12%58.24%-
HSV(B)213.3º82.61%99.22%-
XYZ27.7125.5296.39-
YUV122.42201.6972.07-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.14%
GREEN value IS 137 (53.91% from 255) = 31.57%
BLUE value IS 253 (99.22% from 255) = 58.29%
R=10.14%
G=31.57%
B=58.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal441372530.830.4600.01213.398.1258.24
Hex2C89FD532E01d5623a
Octal54211375123560132514272
Binary1011001000100111111101101001110111001110101011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C89FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,137,253); }

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

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

 a { background-color: rgb(44,137,253); }

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

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

 span { border-color: rgb(44,137,253); }

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