Html Css Color HEX #1389FA Dodger Blue

📋 copy color: '#1389FA'

red 19 ◦ green 137 ◦ blue 250

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

Shades of Dodger Blue #1389FA

Tints of Dodger Blue #1389FA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.74%

 BLUE value IS 250 (98.05% from 255) = 61.58%

R = 4.68%
G = 33.74%
B = 61.58%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1389FA (or 0x1389FA) is known color: Dodger Blue. HEX triplet: 13, 89 and FA. RGB value is (19,137,250). Sum of RGB (Red+Green+Blue) = 19+137+250=406 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.68% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #1389FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1389FA is #EC7605. Grayscale: #727272. Windows color (decimal): -15496710 or 16419091. OLE color: 16419091.

HSL color Cylindrical-coordinate representation of color #1389FA: hue angle of 209.35º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1389FA is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 137 250 -
CMYK 0.92 0.45 0 0.02
HSL 209.35º 0.96% 0.53% -
HSV(B) 209.35º 0.92% 0.98% -
XYZ 26.47 24.93 93.86 -
YUV 114.6 204.41 59.81 -
System Red Green Blue C M Y K H S L
Decimal 19 137 250 0.92 0.45 0 0.02 209.35 0.96 0.53
Hex 13 89 FA 5C 2D 0 2 D1 60 35
Octal 23 211 372 134 55 0 2 321 140 65
Binary 10011 10001001 11111010 1011100 101101 0 10 11010001 1100000 110101

Color Harmonies of #1389FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1389FA

Black with #1389FA

Text Example


Text Example

White with #1389FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1389FA; }

 p { color: rgb(19,137,250); }

 H1.HeaderClassName
 {
   color: #1389FA;
 }
 .AnyTagClassName
 {
   color: #1389FA;
 }
</style>

background-color css

<style>
 a { background-color: #1389FA; }

 a { background-color: rgb(19,137,250); }

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

border-color css

<style>
 span { border-color: #1389FA; }

 span { border-color: rgb(19,137,250); }

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