Html Css Color HEX #298EE6 Dodger Blue

📋 copy color: '#298EE6'

red 41 ◦ green 142 ◦ blue 230

#298EE6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #298EE6

Tints of Dodger Blue #298EE6

RGB

 RED value IS 41 (16.41% from 255) = 9.93%

 GREEN value IS 142 (55.86% from 255) = 34.38%

 BLUE value IS 230 (90.23% from 255) = 55.69%

R = 9.93%
G = 34.38%
B = 55.69%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#298EE6 (or 0x298EE6) is known color: Dodger Blue. HEX triplet: 29, 8E and E6. RGB value is (41,142,230). Sum of RGB (Red+Green+Blue) = 41+142+230=413 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.93% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 230 (90.23% from 255 or 55.69% from 413); Max value from RGB is 230 - color contains mainly: blue. Hex color #298EE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298EE6 is #D67119. Grayscale: #797979. Windows color (decimal): -14053658 or 15109673. OLE color: 15109673.

HSL color Cylindrical-coordinate representation of color #298EE6: hue angle of 207.94º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #298EE6 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 41 142 230 -
CMYK 0.82 0.38 0 0.10
HSL 207.94º 0.79% 0.53% -
HSV(B) 207.94º 0.82% 0.9% -
XYZ 24.87 25.53 78.48 -
YUV 121.83 189.04 70.34 -
System Red Green Blue C M Y K H S L
Decimal 41 142 230 0.82 0.38 0 0.10 207.94 0.79 0.53
Hex 29 8E E6 52 26 0 A D0 4F 35
Octal 51 216 346 122 46 0 12 320 117 65
Binary 101001 10001110 11100110 1010010 100110 0 1010 11010000 1001111 110101

Color Harmonies of #298EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298EE6

Black with #298EE6

Text Example


Text Example

White with #298EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,142,230); }

 H1.HeaderClassName
 {
   color: #298EE6;
 }
 .AnyTagClassName
 {
   color: #298EE6;
 }
</style>

background-color css

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

 a { background-color: rgb(41,142,230); }

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

border-color css

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

 span { border-color: rgb(41,142,230); }

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