Html Css Color HEX #297AEE Dodger Blue

📋 copy color: '#297AEE'

red 41 ◦ green 122 ◦ blue 238

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

Shades of Dodger Blue #297AEE

Tints of Dodger Blue #297AEE

RGB

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

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

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

R = 10.22%
G = 30.42%
B = 59.35%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#297AEE (or 0x297AEE) is known color: Dodger Blue. HEX triplet: 29, 7A and EE. RGB value is (41,122,238). Sum of RGB (Red+Green+Blue) = 41+122+238=401 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.22% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #297AEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297AEE is #D68511. Grayscale: #6E6E6E. Windows color (decimal): -14058770 or 15628841. OLE color: 15628841.

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

Color convert

RGB 41 122 238 -
CMYK 0.83 0.49 0 0.07
HSL 215.33º 0.85% 0.55% -
HSV(B) 215.33º 0.83% 0.93% -
XYZ 23.31 20.56 83.63 -
YUV 111.01 199.66 78.07 -
System Red Green Blue C M Y K H S L
Decimal 41 122 238 0.83 0.49 0 0.07 215.33 0.85 0.55
Hex 29 7A EE 53 31 0 7 D7 55 37
Octal 51 172 356 123 61 0 7 327 125 67
Binary 101001 1111010 11101110 1010011 110001 0 111 11010111 1010101 110111

Color Harmonies of #297AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297AEE

Black with #297AEE

Text Example


Text Example

White with #297AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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