Html Css Color HEX #1399FA Dodger Blue

📋 copy color: '#1399FA'

red 19 ◦ green 153 ◦ blue 250

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

Shades of Dodger Blue #1399FA

Tints of Dodger Blue #1399FA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.26%

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

R = 4.5%
G = 36.26%
B = 59.24%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1399FA (or 0x1399FA) is known color: Dodger Blue. HEX triplet: 13, 99 and FA. RGB value is (19,153,250). Sum of RGB (Red+Green+Blue) = 19+153+250=422 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.50% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #1399FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1399FA is #EC6605. Grayscale: #7B7B7B. Windows color (decimal): -15492614 or 16423187. OLE color: 16423187.

HSL color Cylindrical-coordinate representation of color #1399FA: hue angle of 205.19º 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 #1399FA is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 153 250 -
CMYK 0.92 0.39 0 0.02
HSL 205.19º 0.96% 0.53% -
HSV(B) 205.19º 0.92% 0.98% -
XYZ 28.92 29.82 94.67 -
YUV 123.99 199.11 53.11 -
System Red Green Blue C M Y K H S L
Decimal 19 153 250 0.92 0.39 0 0.02 205.19 0.96 0.53
Hex 13 99 FA 5C 27 0 2 CD 60 35
Octal 23 231 372 134 47 0 2 315 140 65
Binary 10011 10011001 11111010 1011100 100111 0 10 11001101 1100000 110101

Color Harmonies of #1399FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1399FA

Black with #1399FA

Text Example


Text Example

White with #1399FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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