Html Css Color HEX #2993FF Dodger Blue

📋 copy color: '#2993FF'

red 41 ◦ green 147 ◦ blue 255

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

Shades of Dodger Blue #2993FF

Tints of Dodger Blue #2993FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.56%

R = 9.26%
G = 33.18%
B = 57.56%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2993FF (or 0x2993FF) is known color: Dodger Blue. HEX triplet: 29, 93 and FF. RGB value is (41,147,255). Sum of RGB (Red+Green+Blue) = 41+147+255=443 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.26% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #2993FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2993FF is #D66C00. Grayscale: #7F7F7F. Windows color (decimal): -14052353 or 16749353. OLE color: 16749353.

HSL color Cylindrical-coordinate representation of color #2993FF: hue angle of 210.28º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2993FF is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 41 147 255 -
CMYK 0.84 0.42 0 0
HSL 210.28º 1% 0.58% -
HSV(B) 210.28º 0.84% 1% -
XYZ 29.4 28.56 98.57 -
YUV 127.62 199.88 66.22 -
System Red Green Blue C M Y K H S L
Decimal 41 147 255 0.84 0.42 0 0 210.28 1 0.58
Hex 29 93 FF 54 2A 0 0 D2 64 3A
Octal 51 223 377 124 52 0 0 322 144 72
Binary 101001 10010011 11111111 1010100 101010 0 0 11010010 1100100 111010

Color Harmonies of #2993FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2993FF

Black with #2993FF

Text Example


Text Example

White with #2993FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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