Html Css Color HEX #1396FC Dodger Blue

📋 copy color: '#1396FC'

red 19 ◦ green 150 ◦ blue 252

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

Shades of Dodger Blue #1396FC

Tints of Dodger Blue #1396FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.86%

R = 4.51%
G = 35.63%
B = 59.86%

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

#1396FC (or 0x1396FC) is known color: Dodger Blue. HEX triplet: 13, 96 and FC. RGB value is (19,150,252). Sum of RGB (Red+Green+Blue) = 19+150+252=421 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.51% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #1396FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1396FC is #EC6903. Grayscale: #797979. Windows color (decimal): -15493380 or 16553491. OLE color: 16553491.

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

Color convert

RGB 19 150 252 -
CMYK 0.92 0.40 0 0.01
HSL 206.27º 0.97% 0.53% -
HSV(B) 206.27º 0.92% 0.99% -
XYZ 28.75 28.98 96.17 -
YUV 122.46 201.1 54.21 -
System Red Green Blue C M Y K H S L
Decimal 19 150 252 0.92 0.40 0 0.01 206.27 0.97 0.53
Hex 13 96 FC 5C 28 0 1 CE 61 35
Octal 23 226 374 134 50 0 1 316 141 65
Binary 10011 10010110 11111100 1011100 101000 0 1 11001110 1100001 110101

Color Harmonies of #1396FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1396FC

Black with #1396FC

Text Example


Text Example

White with #1396FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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