Html Css Color HEX #297EF1 Dodger Blue

📋 copy color: '#297EF1'

red 41 ◦ green 126 ◦ blue 241

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

Shades of Dodger Blue #297EF1

Tints of Dodger Blue #297EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 59.07%

R = 10.05%
G = 30.88%
B = 59.07%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#297EF1 (or 0x297EF1) is known color: Dodger Blue. HEX triplet: 29, 7E and F1. RGB value is (41,126,241). Sum of RGB (Red+Green+Blue) = 41+126+241=408 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10.05% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 241 (94.53% from 255 or 59.07% from 408); Max value from RGB is 241 - color contains mainly: blue. Hex color #297EF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297EF1 is #D6810E. Grayscale: #717171. Windows color (decimal): -14057743 or 15826473. OLE color: 15826473.

HSL color Cylindrical-coordinate representation of color #297EF1: hue angle of 214.5º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #297EF1 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 41 126 241 -
CMYK 0.83 0.48 0 0.05
HSL 214.5º 0.88% 0.55% -
HSV(B) 214.5º 0.83% 0.95% -
XYZ 24.25 21.74 86.14 -
YUV 113.7 199.84 76.15 -
System Red Green Blue C M Y K H S L
Decimal 41 126 241 0.83 0.48 0 0.05 214.5 0.88 0.55
Hex 29 7E F1 53 30 0 5 D6 58 37
Octal 51 176 361 123 60 0 5 326 130 67
Binary 101001 1111110 11110001 1010011 110000 0 101 11010110 1011000 110111

Color Harmonies of #297EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297EF1

Black with #297EF1

Text Example


Text Example

White with #297EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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