Html Css Color HEX #1396FB Dodger Blue

📋 copy color: '#1396FB'

red 19 ◦ green 150 ◦ blue 251

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

Shades of Dodger Blue #1396FB

Tints of Dodger Blue #1396FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.76%

R = 4.52%
G = 35.71%
B = 59.76%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1396FB (or 0x1396FB) is known color: Dodger Blue. HEX triplet: 13, 96 and FB. RGB value is (19,150,251). Sum of RGB (Red+Green+Blue) = 19+150+251=420 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.52% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #1396FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1396FB is #EC6904. Grayscale: #797979. Windows color (decimal): -15493381 or 16487955. OLE color: 16487955.

HSL color Cylindrical-coordinate representation of color #1396FB: hue angle of 206.12º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1396FB is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 150 251 -
CMYK 0.92 0.40 0 0.02
HSL 206.12º 0.97% 0.53% -
HSV(B) 206.12º 0.92% 0.98% -
XYZ 28.59 28.92 95.34 -
YUV 122.35 200.6 54.29 -
System Red Green Blue C M Y K H S L
Decimal 19 150 251 0.92 0.40 0 0.02 206.12 0.97 0.53
Hex 13 96 FB 5C 28 0 2 CE 61 35
Octal 23 226 373 134 50 0 2 316 141 65
Binary 10011 10010110 11111011 1011100 101000 0 10 11001110 1100001 110101

Color Harmonies of #1396FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1396FB

Black with #1396FB

Text Example


Text Example

White with #1396FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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