Html Css Color HEX #298EDD Dodger Blue

📋 copy color: '#298EDD'

red 41 ◦ green 142 ◦ blue 221

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

Shades of Dodger Blue #298EDD

Tints of Dodger Blue #298EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.7%

R = 10.15%
G = 35.15%
B = 54.7%

CMYK

 C value IS 0.81

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#298EDD (or 0x298EDD) is known color: Dodger Blue. HEX triplet: 29, 8E and DD. RGB value is (41,142,221). Sum of RGB (Red+Green+Blue) = 41+142+221=404 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.15% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #298EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298EDD is #D67122. Grayscale: #787878. Windows color (decimal): -14053667 or 14519849. OLE color: 14519849.

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

Color convert

RGB 41 142 221 -
CMYK 0.81 0.36 0 0.13
HSL 206.33º 0.73% 0.51% -
HSV(B) 206.33º 0.81% 0.87% -
XYZ 23.64 25.04 71.99 -
YUV 120.81 184.54 71.08 -
System Red Green Blue C M Y K H S L
Decimal 41 142 221 0.81 0.36 0 0.13 206.33 0.73 0.51
Hex 29 8E DD 51 24 0 D CE 49 33
Octal 51 216 335 121 44 0 15 316 111 63
Binary 101001 10001110 11011101 1010001 100100 0 1101 11001110 1001001 110011

Color Harmonies of #298EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298EDD

Black with #298EDD

Text Example


Text Example

White with #298EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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