Html Css Color HEX #2993E8 Dodger Blue

📋 copy color: '#2993E8'

red 41 ◦ green 147 ◦ blue 232

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

Shades of Dodger Blue #2993E8

Tints of Dodger Blue #2993E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 55.24%

R = 9.76%
G = 35%
B = 55.24%

CMYK

 C value IS 0.82

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2993E8 (or 0x2993E8) is known color: Dodger Blue. HEX triplet: 29, 93 and E8. RGB value is (41,147,232). Sum of RGB (Red+Green+Blue) = 41+147+232=420 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.76% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 232 (91.02% from 255 or 55.24% from 420); Max value from RGB is 232 - color contains mainly: blue. Hex color #2993E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2993E8 is #D66C17. Grayscale: #7C7C7C. Windows color (decimal): -14052376 or 15242025. OLE color: 15242025.

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

Color convert

RGB 41 147 232 -
CMYK 0.82 0.37 0 0.09
HSL 206.7º 0.81% 0.54% -
HSV(B) 206.7º 0.82% 0.91% -
XYZ 25.91 27.17 80.22 -
YUV 125 188.38 68.09 -
System Red Green Blue C M Y K H S L
Decimal 41 147 232 0.82 0.37 0 0.09 206.7 0.81 0.54
Hex 29 93 E8 52 25 0 9 CF 51 36
Octal 51 223 350 122 45 0 11 317 121 66
Binary 101001 10010011 11101000 1010010 100101 0 1001 11001111 1010001 110110

Color Harmonies of #2993E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2993E8

Black with #2993E8

Text Example


Text Example

White with #2993E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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