Html Css Color HEX #1393FF Dodger Blue

📋 copy color: '#1393FF'

red 19 ◦ green 147 ◦ blue 255

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

Shades of Dodger Blue #1393FF

Tints of Dodger Blue #1393FF

RGB

 RED value IS 19 (7.81% from 255) = 4.51%

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

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

R = 4.51%
G = 34.92%
B = 60.57%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1393FF (or 0x1393FF) is known color: Dodger Blue. HEX triplet: 13, 93 and FF. RGB value is (19,147,255). Sum of RGB (Red+Green+Blue) = 19+147+255=421 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.51% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #1393FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1393FF is #EC6C00. Grayscale: #787878. Windows color (decimal): -15494145 or 16749331. OLE color: 16749331.

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

Color convert

RGB 19 147 255 -
CMYK 0.93 0.42 0 0
HSL 207.46º 1% 0.54% -
HSV(B) 207.46º 0.93% 1% -
XYZ 28.75 28.23 98.54 -
YUV 121.04 203.59 55.22 -
System Red Green Blue C M Y K H S L
Decimal 19 147 255 0.93 0.42 0 0 207.46 1 0.54
Hex 13 93 FF 5D 2A 0 0 CF 64 36
Octal 23 223 377 135 52 0 0 317 144 66
Binary 10011 10010011 11111111 1011101 101010 0 0 11001111 1100100 110110

Color Harmonies of #1393FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1393FF

Black with #1393FF

Text Example


Text Example

White with #1393FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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