Html Css Color HEX #298ADE Dodger Blue

📋 copy color: '#298ADE'

red 41 ◦ green 138 ◦ blue 222

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

Shades of Dodger Blue #298ADE

Tints of Dodger Blue #298ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.41%

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

R = 10.22%
G = 34.41%
B = 55.36%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#298ADE (or 0x298ADE) is known color: Dodger Blue. HEX triplet: 29, 8A and DE. RGB value is (41,138,222). Sum of RGB (Red+Green+Blue) = 41+138+222=401 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.22% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #298ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298ADE is #D67521. Grayscale: #767676. Windows color (decimal): -14054690 or 14584361. OLE color: 14584361.

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

Color convert

RGB 41 138 222 -
CMYK 0.82 0.38 0 0.13
HSL 207.85º 0.73% 0.52% -
HSV(B) 207.85º 0.82% 0.87% -
XYZ 23.19 23.92 72.5 -
YUV 118.57 186.36 72.67 -
System Red Green Blue C M Y K H S L
Decimal 41 138 222 0.82 0.38 0 0.13 207.85 0.73 0.52
Hex 29 8A DE 52 26 0 D D0 49 34
Octal 51 212 336 122 46 0 15 320 111 64
Binary 101001 10001010 11011110 1010010 100110 0 1101 11010000 1001001 110100

Color Harmonies of #298ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298ADE

Black with #298ADE

Text Example


Text Example

White with #298ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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