Html Css Color HEX #298DDA Dodger Blue

📋 copy color: '#298DDA'

red 41 ◦ green 141 ◦ blue 218

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

Shades of Dodger Blue #298DDA

Tints of Dodger Blue #298DDA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.25%

 BLUE value IS 218 (85.55% from 255) = 54.5%

R = 10.25%
G = 35.25%
B = 54.5%

CMYK

 C value IS 0.81

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#298DDA (or 0x298DDA) is known color: Dodger Blue. HEX triplet: 29, 8D and DA. RGB value is (41,141,218). Sum of RGB (Red+Green+Blue) = 41+141+218=400 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #298DDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298DDA is #D67225. Grayscale: #777777. Windows color (decimal): -14053926 or 14322985. OLE color: 14322985.

HSL color Cylindrical-coordinate representation of color #298DDA: hue angle of 206.1º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #298DDA is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 41 141 218 -
CMYK 0.81 0.35 0 0.15
HSL 206.1º 0.71% 0.51% -
HSV(B) 206.1º 0.81% 0.85% -
XYZ 23.09 24.58 69.86 -
YUV 119.88 183.37 71.74 -
System Red Green Blue C M Y K H S L
Decimal 41 141 218 0.81 0.35 0 0.15 206.1 0.71 0.51
Hex 29 8D DA 51 23 0 F CE 47 33
Octal 51 215 332 121 43 0 17 316 107 63
Binary 101001 10001101 11011010 1010001 100011 0 1111 11001110 1000111 110011

Color Harmonies of #298DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298DDA

Black with #298DDA

Text Example


Text Example

White with #298DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,141,218); }

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

background-color css

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

 a { background-color: rgb(41,141,218); }

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

border-color css

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

 span { border-color: rgb(41,141,218); }

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