Html Css Color HEX #1483FC Dodger Blue

📋 copy color: '#1483FC'

red 20 ◦ green 131 ◦ blue 252

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

Shades of Dodger Blue #1483FC

Tints of Dodger Blue #1483FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 62.53%

R = 4.96%
G = 32.51%
B = 62.53%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1483FC (or 0x1483FC) is known color: Dodger Blue. HEX triplet: 14, 83 and FC. RGB value is (20,131,252). Sum of RGB (Red+Green+Blue) = 20+131+252=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #1483FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1483FC is #EB7C03. Grayscale: #6F6F6F. Windows color (decimal): -15432708 or 16548628. OLE color: 16548628.

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

Color convert

RGB 20 131 252 -
CMYK 0.92 0.48 0 0.01
HSL 211.29º 0.97% 0.53% -
HSV(B) 211.29º 0.92% 0.99% -
XYZ 25.98 23.41 95.24 -
YUV 111.61 207.23 62.66 -
System Red Green Blue C M Y K H S L
Decimal 20 131 252 0.92 0.48 0 0.01 211.29 0.97 0.53
Hex 14 83 FC 5C 30 0 1 D3 61 35
Octal 24 203 374 134 60 0 1 323 141 65
Binary 10100 10000011 11111100 1011100 110000 0 1 11010011 1100001 110101

Color Harmonies of #1483FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1483FC

Black with #1483FC

Text Example


Text Example

White with #1483FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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