Html Css Color HEX #2993EA Dodger Blue

📋 copy color: '#2993EA'

red 41 ◦ green 147 ◦ blue 234

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

Shades of Dodger Blue #2993EA

Tints of Dodger Blue #2993EA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.83%

 BLUE value IS 234 (91.8% from 255) = 55.45%

R = 9.72%
G = 34.83%
B = 55.45%

CMYK

 C value IS 0.82

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2993EA (or 0x2993EA) is known color: Dodger Blue. HEX triplet: 29, 93 and EA. RGB value is (41,147,234). Sum of RGB (Red+Green+Blue) = 41+147+234=422 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.72% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #2993EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2993EA is #D66C15. Grayscale: #7C7C7C. Windows color (decimal): -14052374 or 15373097. OLE color: 15373097.

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

Color convert

RGB 41 147 234 -
CMYK 0.82 0.37 0 0.08
HSL 207.05º 0.82% 0.54% -
HSV(B) 207.05º 0.82% 0.92% -
XYZ 26.2 27.28 81.73 -
YUV 125.22 189.38 67.93 -
System Red Green Blue C M Y K H S L
Decimal 41 147 234 0.82 0.37 0 0.08 207.05 0.82 0.54
Hex 29 93 EA 52 25 0 8 CF 52 36
Octal 51 223 352 122 45 0 10 317 122 66
Binary 101001 10010011 11101010 1010010 100101 0 1000 11001111 1010010 110110

Color Harmonies of #2993EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2993EA

Black with #2993EA

Text Example


Text Example

White with #2993EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2993EA; }

 p { color: rgb(41,147,234); }

 H1.HeaderClassName
 {
   color: #2993EA;
 }
 .AnyTagClassName
 {
   color: #2993EA;
 }
</style>

background-color css

<style>
 a { background-color: #2993EA; }

 a { background-color: rgb(41,147,234); }

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

border-color css

<style>
 span { border-color: #2993EA; }

 span { border-color: rgb(41,147,234); }

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