Html Css Color HEX #1391FD Dodger Blue

📋 copy color: '#1391FD'

red 19 ◦ green 145 ◦ blue 253

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

Shades of Dodger Blue #1391FD

Tints of Dodger Blue #1391FD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.77%

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

R = 4.56%
G = 34.77%
B = 60.67%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1391FD (or 0x1391FD) is known color: Dodger Blue. HEX triplet: 13, 91 and FD. RGB value is (19,145,253). Sum of RGB (Red+Green+Blue) = 19+145+253=417 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.56% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #1391FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1391FD is #EC6E02. Grayscale: #777777. Windows color (decimal): -15494659 or 16617747. OLE color: 16617747.

HSL color Cylindrical-coordinate representation of color #1391FD: hue angle of 207.69º 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 #1391FD is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 145 253 -
CMYK 0.92 0.43 0 0.01
HSL 207.69º 0.98% 0.53% -
HSV(B) 207.69º 0.92% 0.99% -
XYZ 28.12 27.48 96.75 -
YUV 119.64 203.26 56.22 -
System Red Green Blue C M Y K H S L
Decimal 19 145 253 0.92 0.43 0 0.01 207.69 0.98 0.53
Hex 13 91 FD 5C 2B 0 1 D0 62 35
Octal 23 221 375 134 53 0 1 320 142 65
Binary 10011 10010001 11111101 1011100 101011 0 1 11010000 1100010 110101

Color Harmonies of #1391FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1391FD

Black with #1391FD

Text Example


Text Example

White with #1391FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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