Html Css Color HEX #2993ED Dodger Blue

📋 copy color: '#2993ED'

red 41 ◦ green 147 ◦ blue 237

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

Shades of Dodger Blue #2993ED

Tints of Dodger Blue #2993ED

RGB

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

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

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

R = 9.65%
G = 34.59%
B = 55.76%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2993ED (or 0x2993ED) is known color: Dodger Blue. HEX triplet: 29, 93 and ED. RGB value is (41,147,237). Sum of RGB (Red+Green+Blue) = 41+147+237=425 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.65% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #2993ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2993ED is #D66C12. Grayscale: #7D7D7D. Windows color (decimal): -14052371 or 15569705. OLE color: 15569705.

HSL color Cylindrical-coordinate representation of color #2993ED: hue angle of 207.55º 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 #2993ED is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 147 237 -
CMYK 0.83 0.38 0 0.07
HSL 207.55º 0.84% 0.55% -
HSV(B) 207.55º 0.83% 0.93% -
XYZ 26.63 27.45 84.02 -
YUV 125.57 190.88 67.68 -
System Red Green Blue C M Y K H S L
Decimal 41 147 237 0.83 0.38 0 0.07 207.55 0.84 0.55
Hex 29 93 ED 53 26 0 7 D0 54 37
Octal 51 223 355 123 46 0 7 320 124 67
Binary 101001 10010011 11101101 1010011 100110 0 111 11010000 1010100 110111

Color Harmonies of #2993ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2993ED

Black with #2993ED

Text Example


Text Example

White with #2993ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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