Html Css Color HEX #298ADC Dodger Blue

📋 copy color: '#298ADC'

red 41 ◦ green 138 ◦ blue 220

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

Shades of Dodger Blue #298ADC

Tints of Dodger Blue #298ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.14%

R = 10.28%
G = 34.59%
B = 55.14%

CMYK

 C value IS 0.81

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#298ADC (or 0x298ADC) is known color: Dodger Blue. HEX triplet: 29, 8A and DC. RGB value is (41,138,220). Sum of RGB (Red+Green+Blue) = 41+138+220=399 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.28% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #298ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298ADC is #D67523. Grayscale: #757575. Windows color (decimal): -14054692 or 14453289. OLE color: 14453289.

HSL color Cylindrical-coordinate representation of color #298ADC: hue angle of 207.49º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #298ADC is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 138 220 -
CMYK 0.81 0.37 0 0.14
HSL 207.49º 0.72% 0.51% -
HSV(B) 207.49º 0.81% 0.86% -
XYZ 22.92 23.82 71.1 -
YUV 118.35 185.36 72.83 -
System Red Green Blue C M Y K H S L
Decimal 41 138 220 0.81 0.37 0 0.14 207.49 0.72 0.51
Hex 29 8A DC 51 25 0 E CF 48 33
Octal 51 212 334 121 45 0 16 317 110 63
Binary 101001 10001010 11011100 1010001 100101 0 1110 11001111 1001000 110011

Color Harmonies of #298ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298ADC

Black with #298ADC

Text Example


Text Example

White with #298ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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