Html Css Color HEX #1396FD Dodger Blue

📋 copy color: '#1396FD'

red 19 ◦ green 150 ◦ blue 253

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

Shades of Dodger Blue #1396FD

Tints of Dodger Blue #1396FD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.55%

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

R = 4.5%
G = 35.55%
B = 59.95%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1396FD (or 0x1396FD) is known color: Dodger Blue. HEX triplet: 13, 96 and FD. RGB value is (19,150,253). Sum of RGB (Red+Green+Blue) = 19+150+253=422 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.50% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 253 (99.22% from 255 or 59.95% from 422); Max value from RGB is 253 - color contains mainly: blue. Hex color #1396FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1396FD is #EC6902. Grayscale: #7A7A7A. Windows color (decimal): -15493379 or 16619027. OLE color: 16619027.

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

Color convert

RGB 19 150 253 -
CMYK 0.92 0.41 0 0.01
HSL 206.41º 0.98% 0.53% -
HSV(B) 206.41º 0.92% 0.99% -
XYZ 28.9 29.04 97.01 -
YUV 122.57 201.6 54.12 -
System Red Green Blue C M Y K H S L
Decimal 19 150 253 0.92 0.41 0 0.01 206.41 0.98 0.53
Hex 13 96 FD 5C 29 0 1 CE 62 35
Octal 23 226 375 134 51 0 1 316 142 65
Binary 10011 10010110 11111101 1011100 101001 0 1 11001110 1100010 110101

Color Harmonies of #1396FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1396FD

Black with #1396FD

Text Example


Text Example

White with #1396FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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