#2C98EE

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

Shades of Dodger Blue #2C98EE

Tints of Dodger Blue #2C98EE

Color information

#2C98EE (or 0x2C98EE) is unknown color: approx Dodger Blue. HEX triplet: 2C, 98 and EE. RGB value is (44,152,238). Sum of RGB (Red+Green+Blue) = 44+152+238=434 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.14% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #2C98EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2C98EE is #D36711. Grayscale: #818181. Windows color (decimal): -13854482 or 15636524. OLE color: 15636524.

HSL color Cylindrical-coordinate representation of color #2C98EE: hue angle of 206.6º 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 #2C98EE is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB44152238-
CMYK0.820.3600.07
HSL206.6º85.09%55.29%-
HSV(B)206.6º81.51%93.33%-
XYZ27.729.1685.06-
YUV129.51189.2267.01-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.14%
GREEN value IS 152 (59.77% from 255) = 35.02%
BLUE value IS 238 (93.36% from 255) = 54.84%
R=10.14%
G=35.02%
B=54.84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal441522380.820.3600.07206.685.0955.29
Hex2C98EE522407cf5537
Octal54230356122440731712567
Binary101100100110001110111010100101001000111110011111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C98EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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