Html Css Color HEX #297DFE Dodger Blue

📋 copy color: '#297DFE'

red 41 ◦ green 125 ◦ blue 254

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

Shades of Dodger Blue #297DFE

Tints of Dodger Blue #297DFE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.76%

 BLUE value IS 254 (99.61% from 255) = 60.48%

R = 9.76%
G = 29.76%
B = 60.48%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#297DFE (or 0x297DFE) is known color: Dodger Blue. HEX triplet: 29, 7D and FE. RGB value is (41,125,254). Sum of RGB (Red+Green+Blue) = 41+125+254=420 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.76% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #297DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297DFE is #D68201. Grayscale: #717171. Windows color (decimal): -14057986 or 16678185. OLE color: 16678185.

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

Color convert

RGB 41 125 254 -
CMYK 0.84 0.51 0 0.00
HSL 216.34º 0.99% 0.58% -
HSV(B) 216.34º 0.84% 1% -
XYZ 26.14 22.29 96.69 -
YUV 114.59 206.67 75.51 -
System Red Green Blue C M Y K H S L
Decimal 41 125 254 0.84 0.51 0 0.00 216.34 0.99 0.58
Hex 29 7D FE 54 33 0 0 D8 63 3A
Octal 51 175 376 124 63 0 0 330 143 72
Binary 101001 1111101 11111110 1010100 110011 0 0 11011000 1100011 111010

Color Harmonies of #297DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297DFE

Black with #297DFE

Text Example


Text Example

White with #297DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,125,254); }

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

background-color css

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

 a { background-color: rgb(41,125,254); }

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

border-color css

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

 span { border-color: rgb(41,125,254); }

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