Html Css Color HEX #1391EA Dodger Blue

📋 copy color: '#1391EA'

red 19 ◦ green 145 ◦ blue 234

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

Shades of Dodger Blue #1391EA

Tints of Dodger Blue #1391EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.79%

R = 4.77%
G = 36.43%
B = 58.79%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1391EA (or 0x1391EA) is known color: Dodger Blue. HEX triplet: 13, 91 and EA. RGB value is (19,145,234). Sum of RGB (Red+Green+Blue) = 19+145+234=398 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.77% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #1391EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1391EA is #EC6E15. Grayscale: #747474. Windows color (decimal): -15494678 or 15372563. OLE color: 15372563.

HSL color Cylindrical-coordinate representation of color #1391EA: hue angle of 204.84º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1391EA is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 145 234 -
CMYK 0.92 0.38 0 0.08
HSL 204.84º 0.85% 0.5% -
HSV(B) 204.84º 0.92% 0.92% -
XYZ 25.25 26.33 81.59 -
YUV 117.47 193.76 57.76 -
System Red Green Blue C M Y K H S L
Decimal 19 145 234 0.92 0.38 0 0.08 204.84 0.85 0.5
Hex 13 91 EA 5C 26 0 8 CD 55 32
Octal 23 221 352 134 46 0 10 315 125 62
Binary 10011 10010001 11101010 1011100 100110 0 1000 11001101 1010101 110010

Color Harmonies of #1391EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1391EA

Black with #1391EA

Text Example


Text Example

White with #1391EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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