Html Css Color HEX #297CED Dodger Blue

📋 copy color: '#297CED'

red 41 ◦ green 124 ◦ blue 237

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

Shades of Dodger Blue #297CED

Tints of Dodger Blue #297CED

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.85%

 BLUE value IS 237 (92.97% from 255) = 58.96%

R = 10.2%
G = 30.85%
B = 58.96%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#297CED (or 0x297CED) is known color: Dodger Blue. HEX triplet: 29, 7C and ED. RGB value is (41,124,237). Sum of RGB (Red+Green+Blue) = 41+124+237=402 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.20% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #297CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297CED is #D68312. Grayscale: #6F6F6F. Windows color (decimal): -14058259 or 15563817. OLE color: 15563817.

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

Color convert

RGB 41 124 237 -
CMYK 0.83 0.48 0 0.07
HSL 214.59º 0.84% 0.55% -
HSV(B) 214.59º 0.83% 0.93% -
XYZ 23.41 21 82.94 -
YUV 112.07 198.5 77.31 -
System Red Green Blue C M Y K H S L
Decimal 41 124 237 0.83 0.48 0 0.07 214.59 0.84 0.55
Hex 29 7C ED 53 30 0 7 D7 54 37
Octal 51 174 355 123 60 0 7 327 124 67
Binary 101001 1111100 11101101 1010011 110000 0 111 11010111 1010100 110111

Color Harmonies of #297CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297CED

Black with #297CED

Text Example


Text Example

White with #297CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,124,237); }

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

background-color css

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

 a { background-color: rgb(41,124,237); }

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

border-color css

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

 span { border-color: rgb(41,124,237); }

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