#298DEE

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

Shades of Dodger Blue #298DEE

Tints of Dodger Blue #298DEE

Color information

#298DEE (or 0x298DEE) is unknown color: approx Dodger Blue. HEX triplet: 29, 8D and EE. RGB value is (41,141,238). Sum of RGB (Red+Green+Blue) = 41+141+238=420 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.76% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #298DEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298DEE is #D67211. Grayscale: #797979. Windows color (decimal): -14053906 or 15633705. OLE color: 15633705.

HSL color Cylindrical-coordinate representation of color #298DEE: hue angle of 209.54º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #298DEE is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB41141238-
CMYK0.830.4100.07
HSL209.54º85.28%54.71%-
HSV(B)209.54º82.77%93.33%-
XYZ25.8725.6984.48-
YUV122.16193.3770.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.76%
GREEN value IS 141 (55.47% from 255) = 33.57%
BLUE value IS 238 (93.36% from 255) = 56.67%
R=9.76%
G=33.57%
B=56.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal411412380.830.4100.07209.5485.2854.71
Hex298DEE532907d25537
Octal51215356123510732212567
Binary101001100011011110111010100111010010111110100101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298DEE; }

 p { color: rgb(41,141,238); }

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

<style>
 a { background-color: #298DEE; }

 a { background-color: rgb(41,141,238); }

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

<style>
 span { border-color: #298DEE; }

 span { border-color: rgb(41,141,238); }

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