Html Css Color HEX #297AEC Dodger Blue

📋 copy color: '#297AEC'

red 41 ◦ green 122 ◦ blue 236

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

Shades of Dodger Blue #297AEC

Tints of Dodger Blue #297AEC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.58%

 BLUE value IS 236 (92.58% from 255) = 59.15%

R = 10.28%
G = 30.58%
B = 59.15%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#297AEC (or 0x297AEC) is known color: Dodger Blue. HEX triplet: 29, 7A and EC. RGB value is (41,122,236). Sum of RGB (Red+Green+Blue) = 41+122+236=399 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.28% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #297AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297AEC is #D68513. Grayscale: #6E6E6E. Windows color (decimal): -14058772 or 15497769. OLE color: 15497769.

HSL color Cylindrical-coordinate representation of color #297AEC: hue angle of 215.08º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #297AEC is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 122 236 -
CMYK 0.83 0.48 0 0.07
HSL 215.08º 0.84% 0.54% -
HSV(B) 215.08º 0.83% 0.93% -
XYZ 23.01 20.45 82.09 -
YUV 110.78 198.66 78.23 -
System Red Green Blue C M Y K H S L
Decimal 41 122 236 0.83 0.48 0 0.07 215.08 0.84 0.54
Hex 29 7A EC 53 30 0 7 D7 54 36
Octal 51 172 354 123 60 0 7 327 124 66
Binary 101001 1111010 11101100 1010011 110000 0 111 11010111 1010100 110110

Color Harmonies of #297AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297AEC

Black with #297AEC

Text Example


Text Example

White with #297AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297AEC; }

 p { color: rgb(41,122,236); }

 H1.HeaderClassName
 {
   color: #297AEC;
 }
 .AnyTagClassName
 {
   color: #297AEC;
 }
</style>

background-color css

<style>
 a { background-color: #297AEC; }

 a { background-color: rgb(41,122,236); }

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

border-color css

<style>
 span { border-color: #297AEC; }

 span { border-color: rgb(41,122,236); }

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