Html Css Color HEX #297FEB Dodger Blue

📋 copy color: '#297FEB'

red 41 ◦ green 127 ◦ blue 235

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

Shades of Dodger Blue #297FEB

Tints of Dodger Blue #297FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.31%

R = 10.17%
G = 31.51%
B = 58.31%

CMYK

 C value IS 0.83

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#297FEB (or 0x297FEB) is known color: Dodger Blue. HEX triplet: 29, 7F and EB. RGB value is (41,127,235). Sum of RGB (Red+Green+Blue) = 41+127+235=403 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.17% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #297FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297FEB is #D68014. Grayscale: #717171. Windows color (decimal): -14057493 or 15433513. OLE color: 15433513.

HSL color Cylindrical-coordinate representation of color #297FEB: hue angle of 213.4º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #297FEB is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 127 235 -
CMYK 0.83 0.46 0 0.08
HSL 213.4º 0.83% 0.54% -
HSV(B) 213.4º 0.83% 0.92% -
XYZ 23.5 21.65 81.54 -
YUV 113.6 196.51 76.22 -
System Red Green Blue C M Y K H S L
Decimal 41 127 235 0.83 0.46 0 0.08 213.4 0.83 0.54
Hex 29 7F EB 53 2E 0 8 D5 53 36
Octal 51 177 353 123 56 0 10 325 123 66
Binary 101001 1111111 11101011 1010011 101110 0 1000 11010101 1010011 110110

Color Harmonies of #297FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297FEB

Black with #297FEB

Text Example


Text Example

White with #297FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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