Html Css Color HEX #1993EB Dodger Blue

📋 copy color: '#1993EB'

red 25 ◦ green 147 ◦ blue 235

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

Shades of Dodger Blue #1993EB

Tints of Dodger Blue #1993EB

RGB

 RED value IS 25 (10.16% from 255) = 6.14%

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

 BLUE value IS 235 (92.19% from 255) = 57.74%

R = 6.14%
G = 36.12%
B = 57.74%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1993EB (or 0x1993EB) is known color: Dodger Blue. HEX triplet: 19, 93 and EB. RGB value is (25,147,235). Sum of RGB (Red+Green+Blue) = 25+147+235=407 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.14% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 235 (92.19% from 255 or 57.74% from 407); Max value from RGB is 235 - color contains mainly: blue. Hex color #1993EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1993EB is #E66C14. Grayscale: #787878. Windows color (decimal): -15100949 or 15438617. OLE color: 15438617.

HSL color Cylindrical-coordinate representation of color #1993EB: hue angle of 205.14º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1993EB is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 147 235 -
CMYK 0.89 0.37 0 0.08
HSL 205.14º 0.84% 0.51% -
HSV(B) 205.14º 0.89% 0.92% -
XYZ 25.83 27.07 82.46 -
YUV 120.55 192.58 59.84 -
System Red Green Blue C M Y K H S L
Decimal 25 147 235 0.89 0.37 0 0.08 205.14 0.84 0.51
Hex 19 93 EB 59 25 0 8 CD 54 33
Octal 31 223 353 131 45 0 10 315 124 63
Binary 11001 10010011 11101011 1011001 100101 0 1000 11001101 1010100 110011

Color Harmonies of #1993EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1993EB

Black with #1993EB

Text Example


Text Example

White with #1993EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1993EB; }

 p { color: rgb(25,147,235); }

 H1.HeaderClassName
 {
   color: #1993EB;
 }
 .AnyTagClassName
 {
   color: #1993EB;
 }
</style>

background-color css

<style>
 a { background-color: #1993EB; }

 a { background-color: rgb(25,147,235); }

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

border-color css

<style>
 span { border-color: #1993EB; }

 span { border-color: rgb(25,147,235); }

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