Html Css Color HEX #298FDD Dodger Blue

📋 copy color: '#298FDD'

red 41 ◦ green 143 ◦ blue 221

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

Shades of Dodger Blue #298FDD

Tints of Dodger Blue #298FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.31%

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

R = 10.12%
G = 35.31%
B = 54.57%

CMYK

 C value IS 0.81

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#298FDD (or 0x298FDD) is known color: Dodger Blue. HEX triplet: 29, 8F and DD. RGB value is (41,143,221). Sum of RGB (Red+Green+Blue) = 41+143+221=405 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.12% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #298FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298FDD is #D67022. Grayscale: #787878. Windows color (decimal): -14053411 or 14520105. OLE color: 14520105.

HSL color Cylindrical-coordinate representation of color #298FDD: hue angle of 206º 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 #298FDD is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 143 221 -
CMYK 0.81 0.35 0 0.13
HSL 206º 0.73% 0.51% -
HSV(B) 206º 0.81% 0.87% -
XYZ 23.79 25.34 72.04 -
YUV 121.39 184.21 70.66 -
System Red Green Blue C M Y K H S L
Decimal 41 143 221 0.81 0.35 0 0.13 206 0.73 0.51
Hex 29 8F DD 51 23 0 D CE 49 33
Octal 51 217 335 121 43 0 15 316 111 63
Binary 101001 10001111 11011101 1010001 100011 0 1101 11001110 1001001 110011

Color Harmonies of #298FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298FDD

Black with #298FDD

Text Example


Text Example

White with #298FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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