Html Css Color HEX #1483FB Dodger Blue

📋 copy color: '#1483FB'

red 20 ◦ green 131 ◦ blue 251

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

Shades of Dodger Blue #1483FB

Tints of Dodger Blue #1483FB

RGB

 RED value IS 20 (8.2% from 255) = 4.98%

 GREEN value IS 131 (51.56% from 255) = 32.59%

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

R = 4.98%
G = 32.59%
B = 62.44%

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

#1483FB (or 0x1483FB) is known color: Dodger Blue. HEX triplet: 14, 83 and FB. RGB value is (20,131,251). Sum of RGB (Red+Green+Blue) = 20+131+251=402 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.98% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 251 (98.44% from 255 or 62.44% from 402); Max value from RGB is 251 - color contains mainly: blue. Hex color #1483FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1483FB is #EB7C04. Grayscale: #6E6E6E. Windows color (decimal): -15432709 or 16483092. OLE color: 16483092.

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

Color convert

RGB 20 131 251 -
CMYK 0.92 0.48 0 0.02
HSL 211.17º 0.97% 0.53% -
HSV(B) 211.17º 0.92% 0.98% -
XYZ 25.82 23.35 94.41 -
YUV 111.49 206.73 62.74 -
System Red Green Blue C M Y K H S L
Decimal 20 131 251 0.92 0.48 0 0.02 211.17 0.97 0.53
Hex 14 83 FB 5C 30 0 2 D3 61 35
Octal 24 203 373 134 60 0 2 323 141 65
Binary 10100 10000011 11111011 1011100 110000 0 10 11010011 1100001 110101

Color Harmonies of #1483FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1483FB

Black with #1483FB

Text Example


Text Example

White with #1483FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,131,251); }

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

background-color css

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

 a { background-color: rgb(20,131,251); }

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

border-color css

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

 span { border-color: rgb(20,131,251); }

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