Html Css Color HEX #297FE7 Dodger Blue

📋 copy color: '#297FE7'

red 41 ◦ green 127 ◦ blue 231

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

Shades of Dodger Blue #297FE7

Tints of Dodger Blue #297FE7

RGB

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

 GREEN value IS 127 (50% from 255) = 31.83%

 BLUE value IS 231 (90.63% from 255) = 57.89%

R = 10.28%
G = 31.83%
B = 57.89%

CMYK

 C value IS 0.82

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#297FE7 (or 0x297FE7) is known color: Dodger Blue. HEX triplet: 29, 7F and E7. RGB value is (41,127,231). Sum of RGB (Red+Green+Blue) = 41+127+231=399 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.28% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 231 (90.62% from 255 or 57.89% from 399); Max value from RGB is 231 - color contains mainly: blue. Hex color #297FE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297FE7 is #D68018. Grayscale: #707070. Windows color (decimal): -14057497 or 15171369. OLE color: 15171369.

HSL color Cylindrical-coordinate representation of color #297FE7: hue angle of 212.84º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #297FE7 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 41 127 231 -
CMYK 0.82 0.45 0 0.09
HSL 212.84º 0.8% 0.53% -
HSV(B) 212.84º 0.82% 0.91% -
XYZ 22.93 21.42 78.53 -
YUV 113.14 194.51 76.54 -
System Red Green Blue C M Y K H S L
Decimal 41 127 231 0.82 0.45 0 0.09 212.84 0.8 0.53
Hex 29 7F E7 52 2D 0 9 D5 50 35
Octal 51 177 347 122 55 0 11 325 120 65
Binary 101001 1111111 11100111 1010010 101101 0 1001 11010101 1010000 110101

Color Harmonies of #297FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297FE7

Black with #297FE7

Text Example


Text Example

White with #297FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,127,231); }

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

background-color css

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

 a { background-color: rgb(41,127,231); }

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

border-color css

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

 span { border-color: rgb(41,127,231); }

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