#297EFC

Color #297EFC Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #297EFC

Tints of Dodger Blue #297EFC

Color information

#297EFC (or 0x297EFC) is unknown color: approx Dodger Blue. HEX triplet: 29, 7E and FC. RGB value is (41,126,252). Sum of RGB (Red+Green+Blue) = 41+126+252=419 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.79% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #297EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297EFC is #D68103. Grayscale: #727272. Windows color (decimal): -14057732 or 16547369. OLE color: 16547369.

HSL color Cylindrical-coordinate representation of color #297EFC: hue angle of 215.83º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #297EFC is Cyan = 0.84, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB41126252-
CMYK0.840.500.01
HSL215.83º97.24%57.45%-
HSV(B)215.83º83.73%98.82%-
XYZ25.9522.4295.06-
YUV114.95205.3475.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.79%
GREEN value IS 126 (49.61% from 255) = 30.07%
BLUE value IS 252 (98.83% from 255) = 60.14%
R=9.79%
G=30.07%
B=60.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal411262520.840.500.01215.8397.2457.45
Hex297EFC543201d86139
Octal51176374124620133014171
Binary101001111111011111100101010011001001110110001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #297EFC;
 }
 .AnyTagClassName
 {
   color: #297EFC;
 }
</style>
background-color css

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

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

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

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

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

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