Html Css Color HEX #1389F9 Dodger Blue

📋 copy color: '#1389F9'

red 19 ◦ green 137 ◦ blue 249

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

Shades of Dodger Blue #1389F9

Tints of Dodger Blue #1389F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 61.48%

R = 4.69%
G = 33.83%
B = 61.48%

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

#1389F9 (or 0x1389F9) is known color: Dodger Blue. HEX triplet: 13, 89 and F9. RGB value is (19,137,249). Sum of RGB (Red+Green+Blue) = 19+137+249=405 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.69% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 249 (97.66% from 255 or 61.48% from 405); Max value from RGB is 249 - color contains mainly: blue. Hex color #1389F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1389F9 is #EC7606. Grayscale: #717171. Windows color (decimal): -15496711 or 16353555. OLE color: 16353555.

HSL color Cylindrical-coordinate representation of color #1389F9: hue angle of 209.22º degrees, saturation: 0.95, 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 #1389F9 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 137 249 -
CMYK 0.92 0.45 0 0.02
HSL 209.22º 0.95% 0.53% -
HSV(B) 209.22º 0.92% 0.98% -
XYZ 26.31 24.87 93.04 -
YUV 114.49 203.91 59.89 -
System Red Green Blue C M Y K H S L
Decimal 19 137 249 0.92 0.45 0 0.02 209.22 0.95 0.53
Hex 13 89 F9 5C 2D 0 2 D1 5F 35
Octal 23 211 371 134 55 0 2 321 137 65
Binary 10011 10001001 11111001 1011100 101101 0 10 11010001 1011111 110101

Color Harmonies of #1389F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1389F9

Black with #1389F9

Text Example


Text Example

White with #1389F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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