Html Css Color HEX #297DF9 Dodger Blue

📋 copy color: '#297DF9'

red 41 ◦ green 125 ◦ blue 249

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

Shades of Dodger Blue #297DF9

Tints of Dodger Blue #297DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 60%

R = 9.88%
G = 30.12%
B = 60%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#297DF9 (or 0x297DF9) is known color: Dodger Blue. HEX triplet: 29, 7D and F9. RGB value is (41,125,249). Sum of RGB (Red+Green+Blue) = 41+125+249=415 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.88% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 249 (97.66% from 255 or 60% from 415); Max value from RGB is 249 - color contains mainly: blue. Hex color #297DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297DF9 is #D68206. Grayscale: #717171. Windows color (decimal): -14057991 or 16350505. OLE color: 16350505.

HSL color Cylindrical-coordinate representation of color #297DF9: hue angle of 215.77º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #297DF9 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 125 249 -
CMYK 0.84 0.50 0 0.02
HSL 215.77º 0.95% 0.57% -
HSV(B) 215.77º 0.84% 0.98% -
XYZ 25.35 21.98 92.53 -
YUV 114.02 204.17 75.92 -
System Red Green Blue C M Y K H S L
Decimal 41 125 249 0.84 0.50 0 0.02 215.77 0.95 0.57
Hex 29 7D F9 54 32 0 2 D8 5F 39
Octal 51 175 371 124 62 0 2 330 137 71
Binary 101001 1111101 11111001 1010100 110010 0 10 11011000 1011111 111001

Color Harmonies of #297DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297DF9

Black with #297DF9

Text Example


Text Example

White with #297DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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