Html Css Color HEX #1397FD Dodger Blue

📋 copy color: '#1397FD'

red 19 ◦ green 151 ◦ blue 253

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

Shades of Dodger Blue #1397FD

Tints of Dodger Blue #1397FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.81%

R = 4.49%
G = 35.7%
B = 59.81%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1397FD (or 0x1397FD) is known color: Dodger Blue. HEX triplet: 13, 97 and FD. RGB value is (19,151,253). Sum of RGB (Red+Green+Blue) = 19+151+253=423 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.49% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #1397FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1397FD is #EC6802. Grayscale: #7A7A7A. Windows color (decimal): -15493123 or 16619283. OLE color: 16619283.

HSL color Cylindrical-coordinate representation of color #1397FD: hue angle of 206.15º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1397FD is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 151 253 -
CMYK 0.92 0.40 0 0.01
HSL 206.15º 0.98% 0.53% -
HSV(B) 206.15º 0.92% 0.99% -
XYZ 29.06 29.36 97.06 -
YUV 123.16 201.27 53.71 -
System Red Green Blue C M Y K H S L
Decimal 19 151 253 0.92 0.40 0 0.01 206.15 0.98 0.53
Hex 13 97 FD 5C 28 0 1 CE 62 35
Octal 23 227 375 134 50 0 1 316 142 65
Binary 10011 10010111 11111101 1011100 101000 0 1 11001110 1100010 110101

Color Harmonies of #1397FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1397FD

Black with #1397FD

Text Example


Text Example

White with #1397FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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