Html Css Color HEX #297BEE Dodger Blue

📋 copy color: '#297BEE'

red 41 ◦ green 123 ◦ blue 238

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

Shades of Dodger Blue #297BEE

Tints of Dodger Blue #297BEE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.6%

 BLUE value IS 238 (93.36% from 255) = 59.2%

R = 10.2%
G = 30.6%
B = 59.2%

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

#297BEE (or 0x297BEE) is known color: Dodger Blue. HEX triplet: 29, 7B and EE. RGB value is (41,123,238). Sum of RGB (Red+Green+Blue) = 41+123+238=402 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.20% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #297BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #297BEE is #D68411. Grayscale: #6F6F6F. Windows color (decimal): -14058514 or 15629097. OLE color: 15629097.

HSL color Cylindrical-coordinate representation of color #297BEE: hue angle of 215.03º degrees, saturation: 0.85, 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 #297BEE is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 123 238 -
CMYK 0.83 0.48 0 0.07
HSL 215.03º 0.85% 0.55% -
HSV(B) 215.03º 0.83% 0.93% -
XYZ 23.43 20.81 83.67 -
YUV 111.59 199.33 77.65 -
System Red Green Blue C M Y K H S L
Decimal 41 123 238 0.83 0.48 0 0.07 215.03 0.85 0.55
Hex 29 7B EE 53 30 0 7 D7 55 37
Octal 51 173 356 123 60 0 7 327 125 67
Binary 101001 1111011 11101110 1010011 110000 0 111 11010111 1010101 110111

Color Harmonies of #297BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297BEE

Black with #297BEE

Text Example


Text Example

White with #297BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,123,238); }

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

background-color css

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

 a { background-color: rgb(41,123,238); }

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

border-color css

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

 span { border-color: rgb(41,123,238); }

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