Html Css Color HEX #2993FD Dodger Blue

📋 copy color: '#2993FD'

red 41 ◦ green 147 ◦ blue 253

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

Shades of Dodger Blue #2993FD

Tints of Dodger Blue #2993FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.37%

R = 9.3%
G = 33.33%
B = 57.37%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2993FD (or 0x2993FD) is known color: Dodger Blue. HEX triplet: 29, 93 and FD. RGB value is (41,147,253). Sum of RGB (Red+Green+Blue) = 41+147+253=441 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.30% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #2993FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2993FD is #D66C02. Grayscale: #7E7E7E. Windows color (decimal): -14052355 or 16618281. OLE color: 16618281.

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

Color convert

RGB 41 147 253 -
CMYK 0.84 0.42 0 0.01
HSL 210º 0.98% 0.58% -
HSV(B) 210º 0.84% 0.99% -
XYZ 29.08 28.43 96.88 -
YUV 127.39 198.88 66.38 -
System Red Green Blue C M Y K H S L
Decimal 41 147 253 0.84 0.42 0 0.01 210 0.98 0.58
Hex 29 93 FD 54 2A 0 1 D2 62 3A
Octal 51 223 375 124 52 0 1 322 142 72
Binary 101001 10010011 11111101 1010100 101010 0 1 11010010 1100010 111010

Color Harmonies of #2993FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2993FD

Black with #2993FD

Text Example


Text Example

White with #2993FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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