Html Css Color HEX #298EDE Dodger Blue

📋 copy color: '#298EDE'

red 41 ◦ green 142 ◦ blue 222

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

Shades of Dodger Blue #298EDE

Tints of Dodger Blue #298EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.81%

R = 10.12%
G = 35.06%
B = 54.81%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#298EDE (or 0x298EDE) is known color: Dodger Blue. HEX triplet: 29, 8E and DE. RGB value is (41,142,222). Sum of RGB (Red+Green+Blue) = 41+142+222=405 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.12% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #298EDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298EDE is #D67121. Grayscale: #787878. Windows color (decimal): -14053666 or 14585385. OLE color: 14585385.

HSL color Cylindrical-coordinate representation of color #298EDE: hue angle of 206.52º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #298EDE is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 142 222 -
CMYK 0.82 0.36 0 0.13
HSL 206.52º 0.73% 0.52% -
HSV(B) 206.52º 0.82% 0.87% -
XYZ 23.77 25.09 72.7 -
YUV 120.92 185.04 71 -
System Red Green Blue C M Y K H S L
Decimal 41 142 222 0.82 0.36 0 0.13 206.52 0.73 0.52
Hex 29 8E DE 52 24 0 D CF 49 34
Octal 51 216 336 122 44 0 15 317 111 64
Binary 101001 10001110 11011110 1010010 100100 0 1101 11001111 1001001 110100

Color Harmonies of #298EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298EDE

Black with #298EDE

Text Example


Text Example

White with #298EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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