Html Css Color HEX #1381FD Dodger Blue

📋 copy color: '#1381FD'

red 19 ◦ green 129 ◦ blue 253

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

Shades of Dodger Blue #1381FD

Tints of Dodger Blue #1381FD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.17%

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

R = 4.74%
G = 32.17%
B = 63.09%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1381FD (or 0x1381FD) is known color: Dodger Blue. HEX triplet: 13, 81 and FD. RGB value is (19,129,253). Sum of RGB (Red+Green+Blue) = 19+129+253=401 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.74% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #1381FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1381FD is #EC7E02. Grayscale: #6D6D6D. Windows color (decimal): -15498755 or 16613651. OLE color: 16613651.

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

Color convert

RGB 19 129 253 -
CMYK 0.92 0.49 0 0.01
HSL 211.79º 0.98% 0.53% -
HSV(B) 211.79º 0.92% 0.99% -
XYZ 25.85 22.93 95.99 -
YUV 110.25 208.56 62.92 -
System Red Green Blue C M Y K H S L
Decimal 19 129 253 0.92 0.49 0 0.01 211.79 0.98 0.53
Hex 13 81 FD 5C 31 0 1 D4 62 35
Octal 23 201 375 134 61 0 1 324 142 65
Binary 10011 10000001 11111101 1011100 110001 0 1 11010100 1100010 110101

Color Harmonies of #1381FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1381FD

Black with #1381FD

Text Example


Text Example

White with #1381FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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