Html Css Color HEX #297AEF Dodger Blue

📋 copy color: '#297AEF'

red 41 ◦ green 122 ◦ blue 239

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

Shades of Dodger Blue #297AEF

Tints of Dodger Blue #297AEF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.35%

 BLUE value IS 239 (93.75% from 255) = 59.45%

R = 10.2%
G = 30.35%
B = 59.45%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#297AEF (or 0x297AEF) is known color: Dodger Blue. HEX triplet: 29, 7A and EF. RGB value is (41,122,239). Sum of RGB (Red+Green+Blue) = 41+122+239=402 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.20% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #297AEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297AEF is #D68510. Grayscale: #6E6E6E. Windows color (decimal): -14058769 or 15694377. OLE color: 15694377.

HSL color Cylindrical-coordinate representation of color #297AEF: hue angle of 215.45º degrees, saturation: 0.86, 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 #297AEF is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 41 122 239 -
CMYK 0.83 0.49 0 0.06
HSL 215.45º 0.86% 0.55% -
HSV(B) 215.45º 0.83% 0.94% -
XYZ 23.45 20.62 84.41 -
YUV 111.12 200.16 77.99 -
System Red Green Blue C M Y K H S L
Decimal 41 122 239 0.83 0.49 0 0.06 215.45 0.86 0.55
Hex 29 7A EF 53 31 0 6 D7 56 37
Octal 51 172 357 123 61 0 6 327 126 67
Binary 101001 1111010 11101111 1010011 110001 0 110 11010111 1010110 110111

Color Harmonies of #297AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297AEF

Black with #297AEF

Text Example


Text Example

White with #297AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,122,239); }

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

background-color css

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

 a { background-color: rgb(41,122,239); }

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

border-color css

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

 span { border-color: rgb(41,122,239); }

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