#298AEE

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

Shades of Dodger Blue #298AEE

Tints of Dodger Blue #298AEE

Color information

#298AEE (or 0x298AEE) is unknown color: approx Dodger Blue. HEX triplet: 29, 8A and EE. RGB value is (41,138,238). Sum of RGB (Red+Green+Blue) = 41+138+238=417 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.83% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #298AEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298AEE is #D67511. Grayscale: #777777. Windows color (decimal): -14054674 or 15632937. OLE color: 15632937.

HSL color Cylindrical-coordinate representation of color #298AEE: hue angle of 210.46º 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 #298AEE is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB41138238-
CMYK0.830.4200.07
HSL210.46º85.28%54.71%-
HSV(B)210.46º82.77%93.33%-
XYZ25.4424.8284.34-
YUV120.4194.3671.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.83%
GREEN value IS 138 (54.30% from 255) = 33.09%
BLUE value IS 238 (93.36% from 255) = 57.07%
R=9.83%
G=33.09%
B=57.07%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal411382380.830.4200.07210.4685.2854.71
Hex298AEE532A07d25537
Octal51212356123520732212567
Binary101001100010101110111010100111010100111110100101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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