Html Css Color HEX #1397FF Dodger Blue

📋 copy color: '#1397FF'

red 19 ◦ green 151 ◦ blue 255

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

Shades of Dodger Blue #1397FF

Tints of Dodger Blue #1397FF

RGB

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

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

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

R = 4.47%
G = 35.53%
B = 60%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1397FF (or 0x1397FF) is known color: Dodger Blue. HEX triplet: 13, 97 and FF. RGB value is (19,151,255). Sum of RGB (Red+Green+Blue) = 19+151+255=425 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.47% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #1397FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1397FF is #EC6800. Grayscale: #7A7A7A. Windows color (decimal): -15493121 or 16750355. OLE color: 16750355.

HSL color Cylindrical-coordinate representation of color #1397FF: hue angle of 206.44º 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 #1397FF is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 19 151 255 -
CMYK 0.93 0.41 0 0
HSL 206.44º 1% 0.54% -
HSV(B) 206.44º 0.93% 1% -
XYZ 29.39 29.49 98.75 -
YUV 123.39 202.27 53.54 -
System Red Green Blue C M Y K H S L
Decimal 19 151 255 0.93 0.41 0 0 206.44 1 0.54
Hex 13 97 FF 5D 29 0 0 CE 64 36
Octal 23 227 377 135 51 0 0 316 144 66
Binary 10011 10010111 11111111 1011101 101001 0 0 11001110 1100100 110110

Color Harmonies of #1397FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1397FF

Black with #1397FF

Text Example


Text Example

White with #1397FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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