Html Css Color HEX #297FF8 Dodger Blue

📋 copy color: '#297FF8'

red 41 ◦ green 127 ◦ blue 248

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

Shades of Dodger Blue #297FF8

Tints of Dodger Blue #297FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 59.62%

R = 9.86%
G = 30.53%
B = 59.62%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#297FF8 (or 0x297FF8) is known color: Dodger Blue. HEX triplet: 29, 7F and F8. RGB value is (41,127,248). Sum of RGB (Red+Green+Blue) = 41+127+248=416 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.86% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 248 (97.27% from 255 or 59.62% from 416); Max value from RGB is 248 - color contains mainly: blue. Hex color #297FF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297FF8 is #D68007. Grayscale: #727272. Windows color (decimal): -14057480 or 16285481. OLE color: 16285481.

HSL color Cylindrical-coordinate representation of color #297FF8: hue angle of 215.07º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #297FF8 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 41 127 248 -
CMYK 0.83 0.49 0 0.03
HSL 215.07º 0.94% 0.57% -
HSV(B) 215.07º 0.83% 0.97% -
XYZ 25.45 22.43 91.79 -
YUV 115.08 203.01 75.16 -
System Red Green Blue C M Y K H S L
Decimal 41 127 248 0.83 0.49 0 0.03 215.07 0.94 0.57
Hex 29 7F F8 53 31 0 3 D7 5E 39
Octal 51 177 370 123 61 0 3 327 136 71
Binary 101001 1111111 11111000 1010011 110001 0 11 11010111 1011110 111001

Color Harmonies of #297FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297FF8

Black with #297FF8

Text Example


Text Example

White with #297FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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