Html Css Color HEX #1993FF Dodger Blue

📋 copy color: '#1993FF'

red 25 ◦ green 147 ◦ blue 255

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

Shades of Dodger Blue #1993FF

Tints of Dodger Blue #1993FF

RGB

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

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

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

R = 5.85%
G = 34.43%
B = 59.72%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1993FF (or 0x1993FF) is known color: Dodger Blue. HEX triplet: 19, 93 and FF. RGB value is (25,147,255). Sum of RGB (Red+Green+Blue) = 25+147+255=427 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.85% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #1993FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1993FF is #E66C00. Grayscale: #7A7A7A. Windows color (decimal): -15100929 or 16749337. OLE color: 16749337.

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

Color convert

RGB 25 147 255 -
CMYK 0.90 0.42 0 0
HSL 208.17º 1% 0.55% -
HSV(B) 208.17º 0.9% 1% -
XYZ 28.88 28.29 98.55 -
YUV 122.83 202.58 58.22 -
System Red Green Blue C M Y K H S L
Decimal 25 147 255 0.90 0.42 0 0 208.17 1 0.55
Hex 19 93 FF 5A 2A 0 0 D0 64 37
Octal 31 223 377 132 52 0 0 320 144 67
Binary 11001 10010011 11111111 1011010 101010 0 0 11010000 1100100 110111

Color Harmonies of #1993FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1993FF

Black with #1993FF

Text Example


Text Example

White with #1993FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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