#298BEF

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

Shades of Dodger Blue #298BEF

Tints of Dodger Blue #298BEF

Color information

#298BEF (or 0x298BEF) is unknown color: approx Dodger Blue. HEX triplet: 29, 8B and EF. RGB value is (41,139,239). Sum of RGB (Red+Green+Blue) = 41+139+239=419 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.79% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #298BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298BEF is #D67410. Grayscale: #787878. Windows color (decimal): -14054417 or 15698729. OLE color: 15698729.

HSL color Cylindrical-coordinate representation of color #298BEF: hue angle of 210.3º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #298BEF is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB41139239-
CMYK0.830.4200.06
HSL210.3º86.09%54.9%-
HSV(B)210.3º82.85%93.73%-
XYZ25.7325.1785.16-
YUV121.1194.5370.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.79%
GREEN value IS 139 (54.69% from 255) = 33.17%
BLUE value IS 239 (93.75% from 255) = 57.04%
R=9.79%
G=33.17%
B=57.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal411392390.830.4200.06210.386.0954.9
Hex298BEF532A06d25637
Octal51213357123520632212667
Binary101001100010111110111110100111010100110110100101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,139,239); }

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

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

 a { background-color: rgb(41,139,239); }

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

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

 span { border-color: rgb(41,139,239); }

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