Html Css Color HEX #1399ED Dodger Blue

📋 copy color: '#1399ED'

red 19 ◦ green 153 ◦ blue 237

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

Shades of Dodger Blue #1399ED

Tints of Dodger Blue #1399ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.95%

R = 4.65%
G = 37.41%
B = 57.95%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1399ED (or 0x1399ED) is known color: Dodger Blue. HEX triplet: 13, 99 and ED. RGB value is (19,153,237). Sum of RGB (Red+Green+Blue) = 19+153+237=409 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.65% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #1399ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1399ED is #EC6612. Grayscale: #7A7A7A. Windows color (decimal): -15492627 or 15571219. OLE color: 15571219.

HSL color Cylindrical-coordinate representation of color #1399ED: hue angle of 203.12º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1399ED is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 153 237 -
CMYK 0.92 0.35 0 0.07
HSL 203.12º 0.86% 0.5% -
HSV(B) 203.12º 0.92% 0.93% -
XYZ 26.95 29.04 84.3 -
YUV 122.51 192.61 54.17 -
System Red Green Blue C M Y K H S L
Decimal 19 153 237 0.92 0.35 0 0.07 203.12 0.86 0.5
Hex 13 99 ED 5C 23 0 7 CB 56 32
Octal 23 231 355 134 43 0 7 313 126 62
Binary 10011 10011001 11101101 1011100 100011 0 111 11001011 1010110 110010

Color Harmonies of #1399ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1399ED

Black with #1399ED

Text Example


Text Example

White with #1399ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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