Html Css Color HEX #1483DC Dodger Blue

📋 copy color: '#1483DC'

red 20 ◦ green 131 ◦ blue 220

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

Shades of Dodger Blue #1483DC

Tints of Dodger Blue #1483DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.3%

R = 5.39%
G = 35.31%
B = 59.3%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1483DC (or 0x1483DC) is known color: Dodger Blue. HEX triplet: 14, 83 and DC. RGB value is (20,131,220). Sum of RGB (Red+Green+Blue) = 20+131+220=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #1483DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1483DC is #EB7C23. Grayscale: #6B6B6B. Windows color (decimal): -15432740 or 14451476. OLE color: 14451476.

HSL color Cylindrical-coordinate representation of color #1483DC: hue angle of 206.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1483DC is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 131 220 -
CMYK 0.91 0.40 0 0.14
HSL 206.7º 0.83% 0.47% -
HSV(B) 206.7º 0.91% 0.86% -
XYZ 21.32 21.55 70.75 -
YUV 107.96 191.23 65.26 -
System Red Green Blue C M Y K H S L
Decimal 20 131 220 0.91 0.40 0 0.14 206.7 0.83 0.47
Hex 14 83 DC 5B 28 0 E CF 53 2F
Octal 24 203 334 133 50 0 16 317 123 57
Binary 10100 10000011 11011100 1011011 101000 0 1110 11001111 1010011 101111

Color Harmonies of #1483DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1483DC

Black with #1483DC

Text Example


Text Example

White with #1483DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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