Html Css Color HEX #297DF0 Dodger Blue

📋 copy color: '#297DF0'

red 41 ◦ green 125 ◦ blue 240

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

Shades of Dodger Blue #297DF0

Tints of Dodger Blue #297DF0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.79%

 BLUE value IS 240 (94.14% from 255) = 59.11%

R = 10.1%
G = 30.79%
B = 59.11%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#297DF0 (or 0x297DF0) is known color: Dodger Blue. HEX triplet: 29, 7D and F0. RGB value is (41,125,240). Sum of RGB (Red+Green+Blue) = 41+125+240=406 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.10% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 240 (94.14% from 255 or 59.11% from 406); Max value from RGB is 240 - color contains mainly: blue. Hex color #297DF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297DF0 is #D6820F. Grayscale: #707070. Windows color (decimal): -14058000 or 15760681. OLE color: 15760681.

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

Color convert

RGB 41 125 240 -
CMYK 0.83 0.48 0 0.06
HSL 214.67º 0.87% 0.55% -
HSV(B) 214.67º 0.83% 0.94% -
XYZ 23.98 21.43 85.31 -
YUV 112.99 199.67 76.65 -
System Red Green Blue C M Y K H S L
Decimal 41 125 240 0.83 0.48 0 0.06 214.67 0.87 0.55
Hex 29 7D F0 53 30 0 6 D7 57 37
Octal 51 175 360 123 60 0 6 327 127 67
Binary 101001 1111101 11110000 1010011 110000 0 110 11010111 1010111 110111

Color Harmonies of #297DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297DF0

Black with #297DF0

Text Example


Text Example

White with #297DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,125,240); }

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

background-color css

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

 a { background-color: rgb(41,125,240); }

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

border-color css

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

 span { border-color: rgb(41,125,240); }

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