Html Css Color HEX #297EEC Dodger Blue

📋 copy color: '#297EEC'

red 41 ◦ green 126 ◦ blue 236

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

Shades of Dodger Blue #297EEC

Tints of Dodger Blue #297EEC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.27%

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

R = 10.17%
G = 31.27%
B = 58.56%

CMYK

 C value IS 0.83

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#297EEC (or 0x297EEC) is known color: Dodger Blue. HEX triplet: 29, 7E and EC. RGB value is (41,126,236). Sum of RGB (Red+Green+Blue) = 41+126+236=403 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.17% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #297EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297EEC is #D68113. Grayscale: #707070. Windows color (decimal): -14057748 or 15498793. OLE color: 15498793.

HSL color Cylindrical-coordinate representation of color #297EEC: hue angle of 213.85º 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 #297EEC is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 126 236 -
CMYK 0.83 0.47 0 0.07
HSL 213.85º 0.84% 0.54% -
HSV(B) 213.85º 0.83% 0.93% -
XYZ 23.52 21.45 82.26 -
YUV 113.13 197.34 76.56 -
System Red Green Blue C M Y K H S L
Decimal 41 126 236 0.83 0.47 0 0.07 213.85 0.84 0.54
Hex 29 7E EC 53 2F 0 7 D6 54 36
Octal 51 176 354 123 57 0 7 326 124 66
Binary 101001 1111110 11101100 1010011 101111 0 111 11010110 1010100 110110

Color Harmonies of #297EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297EEC

Black with #297EEC

Text Example


Text Example

White with #297EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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