Html Css Color HEX #1483EA Dodger Blue

📋 copy color: '#1483EA'

red 20 ◦ green 131 ◦ blue 234

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

Shades of Dodger Blue #1483EA

Tints of Dodger Blue #1483EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60.78%

R = 5.19%
G = 34.03%
B = 60.78%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1483EA (or 0x1483EA) is known color: Dodger Blue. HEX triplet: 14, 83 and EA. RGB value is (20,131,234). Sum of RGB (Red+Green+Blue) = 20+131+234=385 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.19% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #1483EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1483EA is #EB7C15. Grayscale: #6D6D6D. Windows color (decimal): -15432726 or 15368980. OLE color: 15368980.

HSL color Cylindrical-coordinate representation of color #1483EA: hue angle of 208.88º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1483EA is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 131 234 -
CMYK 0.91 0.44 0 0.08
HSL 208.88º 0.84% 0.5% -
HSV(B) 208.88º 0.91% 0.92% -
XYZ 23.26 22.32 80.92 -
YUV 109.55 198.23 64.12 -
System Red Green Blue C M Y K H S L
Decimal 20 131 234 0.91 0.44 0 0.08 208.88 0.84 0.5
Hex 14 83 EA 5B 2C 0 8 D1 54 32
Octal 24 203 352 133 54 0 10 321 124 62
Binary 10100 10000011 11101010 1011011 101100 0 1000 11010001 1010100 110010

Color Harmonies of #1483EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1483EA

Black with #1483EA

Text Example


Text Example

White with #1483EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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