Html Css Color HEX #297EEE Dodger Blue

📋 copy color: '#297EEE'

red 41 ◦ green 126 ◦ blue 238

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

Shades of Dodger Blue #297EEE

Tints of Dodger Blue #297EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.77%

R = 10.12%
G = 31.11%
B = 58.77%

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

#297EEE (or 0x297EEE) is known color: Dodger Blue. HEX triplet: 29, 7E and EE. RGB value is (41,126,238). Sum of RGB (Red+Green+Blue) = 41+126+238=405 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.12% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #297EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297EEE is #D68111. Grayscale: #707070. Windows color (decimal): -14057746 or 15629865. OLE color: 15629865.

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

Color convert

RGB 41 126 238 -
CMYK 0.83 0.47 0 0.07
HSL 214.11º 0.85% 0.55% -
HSV(B) 214.11º 0.83% 0.93% -
XYZ 23.81 21.57 83.8 -
YUV 113.35 198.34 76.39 -
System Red Green Blue C M Y K H S L
Decimal 41 126 238 0.83 0.47 0 0.07 214.11 0.85 0.55
Hex 29 7E EE 53 2F 0 7 D6 55 37
Octal 51 176 356 123 57 0 7 326 125 67
Binary 101001 1111110 11101110 1010011 101111 0 111 11010110 1010101 110111

Color Harmonies of #297EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297EEE

Black with #297EEE

Text Example


Text Example

White with #297EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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