Html Css Color HEX #298BDD Dodger Blue

📋 copy color: '#298BDD'

red 41 ◦ green 139 ◦ blue 221

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

Shades of Dodger Blue #298BDD

Tints of Dodger Blue #298BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.66%

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

R = 10.22%
G = 34.66%
B = 55.11%

CMYK

 C value IS 0.81

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#298BDD (or 0x298BDD) is known color: Dodger Blue. HEX triplet: 29, 8B and DD. RGB value is (41,139,221). Sum of RGB (Red+Green+Blue) = 41+139+221=401 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.22% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #298BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298BDD is #D67422. Grayscale: #767676. Windows color (decimal): -14054435 or 14519081. OLE color: 14519081.

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

Color convert

RGB 41 139 221 -
CMYK 0.81 0.37 0 0.13
HSL 207.33º 0.73% 0.51% -
HSV(B) 207.33º 0.81% 0.87% -
XYZ 23.2 24.16 71.85 -
YUV 119.05 185.53 72.33 -
System Red Green Blue C M Y K H S L
Decimal 41 139 221 0.81 0.37 0 0.13 207.33 0.73 0.51
Hex 29 8B DD 51 25 0 D CF 49 33
Octal 51 213 335 121 45 0 15 317 111 63
Binary 101001 10001011 11011101 1010001 100101 0 1101 11001111 1001001 110011

Color Harmonies of #298BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298BDD

Black with #298BDD

Text Example


Text Example

White with #298BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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