Html Css Color HEX #1397EB Dodger Blue

📋 copy color: '#1397EB'

red 19 ◦ green 151 ◦ blue 235

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

Shades of Dodger Blue #1397EB

Tints of Dodger Blue #1397EB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.28%

 BLUE value IS 235 (92.19% from 255) = 58.02%

R = 4.69%
G = 37.28%
B = 58.02%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1397EB (or 0x1397EB) is known color: Dodger Blue. HEX triplet: 13, 97 and EB. RGB value is (19,151,235). Sum of RGB (Red+Green+Blue) = 19+151+235=405 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.69% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 235 (92.19% from 255 or 58.02% from 405); Max value from RGB is 235 - color contains mainly: blue. Hex color #1397EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1397EB is #EC6814. Grayscale: #787878. Windows color (decimal): -15493141 or 15439635. OLE color: 15439635.

HSL color Cylindrical-coordinate representation of color #1397EB: hue angle of 203.33º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1397EB is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 151 235 -
CMYK 0.92 0.36 0 0.08
HSL 203.33º 0.85% 0.5% -
HSV(B) 203.33º 0.92% 0.92% -
XYZ 26.33 28.27 82.67 -
YUV 121.11 192.27 55.17 -
System Red Green Blue C M Y K H S L
Decimal 19 151 235 0.92 0.36 0 0.08 203.33 0.85 0.5
Hex 13 97 EB 5C 24 0 8 CB 55 32
Octal 23 227 353 134 44 0 10 313 125 62
Binary 10011 10010111 11101011 1011100 100100 0 1000 11001011 1010101 110010

Color Harmonies of #1397EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1397EB

Black with #1397EB

Text Example


Text Example

White with #1397EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1397EB; }

 p { color: rgb(19,151,235); }

 H1.HeaderClassName
 {
   color: #1397EB;
 }
 .AnyTagClassName
 {
   color: #1397EB;
 }
</style>

background-color css

<style>
 a { background-color: #1397EB; }

 a { background-color: rgb(19,151,235); }

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

border-color css

<style>
 span { border-color: #1397EB; }

 span { border-color: rgb(19,151,235); }

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