Html Css Color HEX #1399F2 Dodger Blue

📋 copy color: '#1399F2'

red 19 ◦ green 153 ◦ blue 242

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

Shades of Dodger Blue #1399F2

Tints of Dodger Blue #1399F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 58.45%

R = 4.59%
G = 36.96%
B = 58.45%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1399F2 (or 0x1399F2) is known color: Dodger Blue. HEX triplet: 13, 99 and F2. RGB value is (19,153,242). Sum of RGB (Red+Green+Blue) = 19+153+242=414 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.59% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 242 (94.92% from 255 or 58.45% from 414); Max value from RGB is 242 - color contains mainly: blue. Hex color #1399F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1399F2 is #EC660D. Grayscale: #7A7A7A. Windows color (decimal): -15492622 or 15898899. OLE color: 15898899.

HSL color Cylindrical-coordinate representation of color #1399F2: hue angle of 203.95º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1399F2 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 153 242 -
CMYK 0.92 0.37 0 0.05
HSL 203.95º 0.9% 0.51% -
HSV(B) 203.95º 0.92% 0.95% -
XYZ 27.69 29.33 88.21 -
YUV 123.08 195.11 53.76 -
System Red Green Blue C M Y K H S L
Decimal 19 153 242 0.92 0.37 0 0.05 203.95 0.9 0.51
Hex 13 99 F2 5C 25 0 5 CC 5A 33
Octal 23 231 362 134 45 0 5 314 132 63
Binary 10011 10011001 11110010 1011100 100101 0 101 11001100 1011010 110011

Color Harmonies of #1399F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1399F2

Black with #1399F2

Text Example


Text Example

White with #1399F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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