Html Css Color HEX #1483FE Dodger Blue

📋 copy color: '#1483FE'

red 20 ◦ green 131 ◦ blue 254

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

Shades of Dodger Blue #1483FE

Tints of Dodger Blue #1483FE

RGB

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

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

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

R = 4.94%
G = 32.35%
B = 62.72%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1483FE (or 0x1483FE) is known color: Dodger Blue. HEX triplet: 14, 83 and FE. RGB value is (20,131,254). Sum of RGB (Red+Green+Blue) = 20+131+254=405 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.94% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #1483FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1483FE is #EB7C01. Grayscale: #6F6F6F. Windows color (decimal): -15432706 or 16679700. OLE color: 16679700.

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

Color convert

RGB 20 131 254 -
CMYK 0.92 0.48 0 0.00
HSL 211.54º 0.99% 0.54% -
HSV(B) 211.54º 0.92% 1% -
XYZ 26.29 23.54 96.92 -
YUV 111.83 208.23 62.5 -
System Red Green Blue C M Y K H S L
Decimal 20 131 254 0.92 0.48 0 0.00 211.54 0.99 0.54
Hex 14 83 FE 5C 30 0 0 D4 63 36
Octal 24 203 376 134 60 0 0 324 143 66
Binary 10100 10000011 11111110 1011100 110000 0 0 11010100 1100011 110110

Color Harmonies of #1483FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1483FE

Black with #1483FE

Text Example


Text Example

White with #1483FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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