Html Css Color HEX #297CF9 Dodger Blue

📋 copy color: '#297CF9'

red 41 ◦ green 124 ◦ blue 249

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

Shades of Dodger Blue #297CF9

Tints of Dodger Blue #297CF9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.95%

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

R = 9.9%
G = 29.95%
B = 60.14%

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

#297CF9 (or 0x297CF9) is known color: Dodger Blue. HEX triplet: 29, 7C and F9. RGB value is (41,124,249). Sum of RGB (Red+Green+Blue) = 41+124+249=414 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.90% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 249 (97.66% from 255 or 60.14% from 414); Max value from RGB is 249 - color contains mainly: blue. Hex color #297CF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297CF9 is #D68306. Grayscale: #707070. Windows color (decimal): -14058247 or 16350249. OLE color: 16350249.

HSL color Cylindrical-coordinate representation of color #297CF9: hue angle of 216.06º 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 #297CF9 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 41 124 249 -
CMYK 0.84 0.50 0 0.02
HSL 216.06º 0.95% 0.57% -
HSV(B) 216.06º 0.84% 0.98% -
XYZ 25.22 21.73 92.49 -
YUV 113.43 204.5 76.34 -
System Red Green Blue C M Y K H S L
Decimal 41 124 249 0.84 0.50 0 0.02 216.06 0.95 0.57
Hex 29 7C F9 54 32 0 2 D8 5F 39
Octal 51 174 371 124 62 0 2 330 137 71
Binary 101001 1111100 11111001 1010100 110010 0 10 11011000 1011111 111001

Color Harmonies of #297CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297CF9

Black with #297CF9

Text Example


Text Example

White with #297CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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