Html Css Color HEX #297EFF Dodger Blue

📋 copy color: '#297EFF'

red 41 ◦ green 126 ◦ blue 255

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

Shades of Dodger Blue #297EFF

Tints of Dodger Blue #297EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.43%

R = 9.72%
G = 29.86%
B = 60.43%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#297EFF (or 0x297EFF) is known color: Dodger Blue. HEX triplet: 29, 7E and FF. RGB value is (41,126,255). Sum of RGB (Red+Green+Blue) = 41+126+255=422 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.72% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #297EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297EFF is #D68100. Grayscale: #727272. Windows color (decimal): -14057729 or 16743977. OLE color: 16743977.

HSL color Cylindrical-coordinate representation of color #297EFF: hue angle of 216.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #297EFF is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 41 126 255 -
CMYK 0.84 0.51 0 0
HSL 216.17º 1% 0.58% -
HSV(B) 216.17º 0.84% 1% -
XYZ 26.43 22.61 97.58 -
YUV 115.29 206.84 75.01 -
System Red Green Blue C M Y K H S L
Decimal 41 126 255 0.84 0.51 0 0 216.17 1 0.58
Hex 29 7E FF 54 33 0 0 D8 64 3A
Octal 51 176 377 124 63 0 0 330 144 72
Binary 101001 1111110 11111111 1010100 110011 0 0 11011000 1100100 111010

Color Harmonies of #297EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297EFF

Black with #297EFF

Text Example


Text Example

White with #297EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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