Html Css Color HEX #1391FF Dodger Blue

📋 copy color: '#1391FF'

red 19 ◦ green 145 ◦ blue 255

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

Shades of Dodger Blue #1391FF

Tints of Dodger Blue #1391FF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.61%

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

R = 4.53%
G = 34.61%
B = 60.86%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1391FF (or 0x1391FF) is known color: Dodger Blue. HEX triplet: 13, 91 and FF. RGB value is (19,145,255). Sum of RGB (Red+Green+Blue) = 19+145+255=419 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.53% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #1391FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1391FF is #EC6E00. Grayscale: #777777. Windows color (decimal): -15494657 or 16748819. OLE color: 16748819.

HSL color Cylindrical-coordinate representation of color #1391FF: hue angle of 207.97º 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 #1391FF is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 19 145 255 -
CMYK 0.93 0.43 0 0
HSL 207.97º 1% 0.54% -
HSV(B) 207.97º 0.93% 1% -
XYZ 28.44 27.61 98.44 -
YUV 119.87 204.26 56.06 -
System Red Green Blue C M Y K H S L
Decimal 19 145 255 0.93 0.43 0 0 207.97 1 0.54
Hex 13 91 FF 5D 2B 0 0 D0 64 36
Octal 23 221 377 135 53 0 0 320 144 66
Binary 10011 10010001 11111111 1011101 101011 0 0 11010000 1100100 110110

Color Harmonies of #1391FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1391FF

Black with #1391FF

Text Example


Text Example

White with #1391FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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