Html Css Color HEX #297CFD Dodger Blue

📋 copy color: '#297CFD'

red 41 ◦ green 124 ◦ blue 253

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

Shades of Dodger Blue #297CFD

Tints of Dodger Blue #297CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.53%

R = 9.81%
G = 29.67%
B = 60.53%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#297CFD (or 0x297CFD) is known color: Dodger Blue. HEX triplet: 29, 7C and FD. RGB value is (41,124,253). Sum of RGB (Red+Green+Blue) = 41+124+253=418 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.81% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #297CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297CFD is #D68302. Grayscale: #717171. Windows color (decimal): -14058243 or 16612393. OLE color: 16612393.

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

Color convert

RGB 41 124 253 -
CMYK 0.84 0.51 0 0.01
HSL 216.51º 0.98% 0.58% -
HSV(B) 216.51º 0.84% 0.99% -
XYZ 25.85 21.98 95.81 -
YUV 113.89 206.5 76.01 -
System Red Green Blue C M Y K H S L
Decimal 41 124 253 0.84 0.51 0 0.01 216.51 0.98 0.58
Hex 29 7C FD 54 33 0 1 D9 62 3A
Octal 51 174 375 124 63 0 1 331 142 72
Binary 101001 1111100 11111101 1010100 110011 0 1 11011001 1100010 111010

Color Harmonies of #297CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297CFD

Black with #297CFD

Text Example


Text Example

White with #297CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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