Html Css Color HEX #297BF8 Dodger Blue

📋 copy color: '#297BF8'

red 41 ◦ green 123 ◦ blue 248

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

Shades of Dodger Blue #297BF8

Tints of Dodger Blue #297BF8

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.85%

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

R = 9.95%
G = 29.85%
B = 60.19%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#297BF8 (or 0x297BF8) is known color: Dodger Blue. HEX triplet: 29, 7B and F8. RGB value is (41,123,248). Sum of RGB (Red+Green+Blue) = 41+123+248=412 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.95% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 248 (97.27% from 255 or 60.19% from 412); Max value from RGB is 248 - color contains mainly: blue. Hex color #297BF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297BF8 is #D68407. Grayscale: #707070. Windows color (decimal): -14058504 or 16284457. OLE color: 16284457.

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

Color convert

RGB 41 123 248 -
CMYK 0.83 0.50 0 0.03
HSL 216.23º 0.94% 0.57% -
HSV(B) 216.23º 0.83% 0.97% -
XYZ 24.94 21.41 91.63 -
YUV 112.73 204.33 76.84 -
System Red Green Blue C M Y K H S L
Decimal 41 123 248 0.83 0.50 0 0.03 216.23 0.94 0.57
Hex 29 7B F8 53 32 0 3 D8 5E 39
Octal 51 173 370 123 62 0 3 330 136 71
Binary 101001 1111011 11111000 1010011 110010 0 11 11011000 1011110 111001

Color Harmonies of #297BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297BF8

Black with #297BF8

Text Example


Text Example

White with #297BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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