Html Css Color HEX #298EEE Dodger Blue

📋 copy color: '#298EEE'

red 41 ◦ green 142 ◦ blue 238

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

Shades of Dodger Blue #298EEE

Tints of Dodger Blue #298EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.53%

R = 9.74%
G = 33.73%
B = 56.53%

CMYK

 C value IS 0.83

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#298EEE (or 0x298EEE) is known color: Dodger Blue. HEX triplet: 29, 8E and EE. RGB value is (41,142,238). Sum of RGB (Red+Green+Blue) = 41+142+238=421 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.74% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #298EEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298EEE is #D67111. Grayscale: #7A7A7A. Windows color (decimal): -14053650 or 15633961. OLE color: 15633961.

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

Color convert

RGB 41 142 238 -
CMYK 0.83 0.40 0 0.07
HSL 209.24º 0.85% 0.55% -
HSV(B) 209.24º 0.83% 0.93% -
XYZ 26.02 25.99 84.53 -
YUV 122.75 193.04 69.69 -
System Red Green Blue C M Y K H S L
Decimal 41 142 238 0.83 0.40 0 0.07 209.24 0.85 0.55
Hex 29 8E EE 53 28 0 7 D1 55 37
Octal 51 216 356 123 50 0 7 321 125 67
Binary 101001 10001110 11101110 1010011 101000 0 111 11010001 1010101 110111

Color Harmonies of #298EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298EEE

Black with #298EEE

Text Example


Text Example

White with #298EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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