Html Css Color HEX #1390EA Dodger Blue

📋 copy color: '#1390EA'

red 19 ◦ green 144 ◦ blue 234

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

Shades of Dodger Blue #1390EA

Tints of Dodger Blue #1390EA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.27%

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

R = 4.79%
G = 36.27%
B = 58.94%

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

#1390EA (or 0x1390EA) is known color: Dodger Blue. HEX triplet: 13, 90 and EA. RGB value is (19,144,234). Sum of RGB (Red+Green+Blue) = 19+144+234=397 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.79% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #1390EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1390EA is #EC6F15. Grayscale: #747474. Windows color (decimal): -15494934 or 15372307. OLE color: 15372307.

HSL color Cylindrical-coordinate representation of color #1390EA: hue angle of 205.12º 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 #1390EA is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 144 234 -
CMYK 0.92 0.38 0 0.08
HSL 205.12º 0.85% 0.5% -
HSV(B) 205.12º 0.92% 0.92% -
XYZ 25.09 26.03 81.54 -
YUV 116.89 194.09 58.18 -
System Red Green Blue C M Y K H S L
Decimal 19 144 234 0.92 0.38 0 0.08 205.12 0.85 0.5
Hex 13 90 EA 5C 26 0 8 CD 55 32
Octal 23 220 352 134 46 0 10 315 125 62
Binary 10011 10010000 11101010 1011100 100110 0 1000 11001101 1010101 110010

Color Harmonies of #1390EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1390EA

Black with #1390EA

Text Example


Text Example

White with #1390EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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