Html Css Color HEX #1399FF Dodger Blue

📋 copy color: '#1399FF'

red 19 ◦ green 153 ◦ blue 255

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

Shades of Dodger Blue #1399FF

Tints of Dodger Blue #1399FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.72%

R = 4.45%
G = 35.83%
B = 59.72%

CMYK

 C value IS 0.93

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1399FF (or 0x1399FF) is known color: Dodger Blue. HEX triplet: 13, 99 and FF. RGB value is (19,153,255). Sum of RGB (Red+Green+Blue) = 19+153+255=427 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.45% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #1399FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1399FF is #EC6600. Grayscale: #7C7C7C. Windows color (decimal): -15492609 or 16750867. OLE color: 16750867.

HSL color Cylindrical-coordinate representation of color #1399FF: hue angle of 205.93º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1399FF is Cyan = 0.93, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 19 153 255 -
CMYK 0.93 0.4 0 0
HSL 205.93º 1% 0.54% -
HSV(B) 205.93º 0.93% 1% -
XYZ 29.71 30.14 98.86 -
YUV 124.56 201.61 52.71 -
System Red Green Blue C M Y K H S L
Decimal 19 153 255 0.93 0.4 0 0 205.93 1 0.54
Hex 13 99 FF 5D 28 0 0 CE 64 36
Octal 23 231 377 135 50 0 0 316 144 66
Binary 10011 10011001 11111111 1011101 101000 0 0 11001110 1100100 110110

Color Harmonies of #1399FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1399FF

Black with #1399FF

Text Example


Text Example

White with #1399FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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