Html Css Color HEX #297CEB Dodger Blue

📋 copy color: '#297CEB'

red 41 ◦ green 124 ◦ blue 235

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

Shades of Dodger Blue #297CEB

Tints of Dodger Blue #297CEB

RGB

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

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

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

R = 10.25%
G = 31%
B = 58.75%

CMYK

 C value IS 0.83

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#297CEB (or 0x297CEB) is known color: Dodger Blue. HEX triplet: 29, 7C and EB. RGB value is (41,124,235). Sum of RGB (Red+Green+Blue) = 41+124+235=400 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.25% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #297CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297CEB is #D68314. Grayscale: #6F6F6F. Windows color (decimal): -14058261 or 15432745. OLE color: 15432745.

HSL color Cylindrical-coordinate representation of color #297CEB: hue angle of 214.33º 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 #297CEB is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 124 235 -
CMYK 0.83 0.47 0 0.08
HSL 214.33º 0.83% 0.54% -
HSV(B) 214.33º 0.83% 0.92% -
XYZ 23.12 20.88 81.41 -
YUV 111.84 197.5 77.47 -
System Red Green Blue C M Y K H S L
Decimal 41 124 235 0.83 0.47 0 0.08 214.33 0.83 0.54
Hex 29 7C EB 53 2F 0 8 D6 53 36
Octal 51 174 353 123 57 0 10 326 123 66
Binary 101001 1111100 11101011 1010011 101111 0 1000 11010110 1010011 110110

Color Harmonies of #297CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297CEB

Black with #297CEB

Text Example


Text Example

White with #297CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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