Html Css Color HEX #1396FE Dodger Blue

📋 copy color: '#1396FE'

red 19 ◦ green 150 ◦ blue 254

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

Shades of Dodger Blue #1396FE

Tints of Dodger Blue #1396FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 60.05%

R = 4.49%
G = 35.46%
B = 60.05%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1396FE (or 0x1396FE) is known color: Dodger Blue. HEX triplet: 13, 96 and FE. RGB value is (19,150,254). Sum of RGB (Red+Green+Blue) = 19+150+254=423 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.49% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #1396FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1396FE is #EC6901. Grayscale: #7A7A7A. Windows color (decimal): -15493378 or 16684563. OLE color: 16684563.

HSL color Cylindrical-coordinate representation of color #1396FE: hue angle of 206.55º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1396FE is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 19 150 254 -
CMYK 0.93 0.41 0 0.00
HSL 206.55º 0.99% 0.54% -
HSV(B) 206.55º 0.93% 1% -
XYZ 29.06 29.11 97.85 -
YUV 122.69 202.1 54.04 -
System Red Green Blue C M Y K H S L
Decimal 19 150 254 0.93 0.41 0 0.00 206.55 0.99 0.54
Hex 13 96 FE 5D 29 0 0 CF 63 36
Octal 23 226 376 135 51 0 0 317 143 66
Binary 10011 10010110 11111110 1011101 101001 0 0 11001111 1100011 110110

Color Harmonies of #1396FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1396FE

Black with #1396FE

Text Example


Text Example

White with #1396FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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