Html Css Color HEX #1382FB Dodger Blue

📋 copy color: '#1382FB'

red 19 ◦ green 130 ◦ blue 251

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

Shades of Dodger Blue #1382FB

Tints of Dodger Blue #1382FB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.5%

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

R = 4.75%
G = 32.5%
B = 62.75%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1382FB (or 0x1382FB) is known color: Dodger Blue. HEX triplet: 13, 82 and FB. RGB value is (19,130,251). Sum of RGB (Red+Green+Blue) = 19+130+251=400 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.75% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #1382FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1382FB is #EC7D04. Grayscale: #6E6E6E. Windows color (decimal): -15498501 or 16482835. OLE color: 16482835.

HSL color Cylindrical-coordinate representation of color #1382FB: hue angle of 211.29º 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 #1382FB is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 130 251 -
CMYK 0.92 0.48 0 0.02
HSL 211.29º 0.97% 0.53% -
HSV(B) 211.29º 0.92% 0.98% -
XYZ 25.66 23.07 94.37 -
YUV 110.61 207.23 62.66 -
System Red Green Blue C M Y K H S L
Decimal 19 130 251 0.92 0.48 0 0.02 211.29 0.97 0.53
Hex 13 82 FB 5C 30 0 2 D3 61 35
Octal 23 202 373 134 60 0 2 323 141 65
Binary 10011 10000010 11111011 1011100 110000 0 10 11010011 1100001 110101

Color Harmonies of #1382FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1382FB

Black with #1382FB

Text Example


Text Example

White with #1382FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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