Html Css Color HEX #1482EA Dodger Blue

📋 copy color: '#1482EA'

red 20 ◦ green 130 ◦ blue 234

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

Shades of Dodger Blue #1482EA

Tints of Dodger Blue #1482EA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.85%

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

R = 5.21%
G = 33.85%
B = 60.94%

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

#1482EA (or 0x1482EA) is known color: Dodger Blue. HEX triplet: 14, 82 and EA. RGB value is (20,130,234). Sum of RGB (Red+Green+Blue) = 20+130+234=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #1482EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1482EA is #EB7D15. Grayscale: #6C6C6C. Windows color (decimal): -15432982 or 15368724. OLE color: 15368724.

HSL color Cylindrical-coordinate representation of color #1482EA: hue angle of 209.16º 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 #1482EA is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 130 234 -
CMYK 0.91 0.44 0 0.08
HSL 209.16º 0.84% 0.5% -
HSV(B) 209.16º 0.91% 0.92% -
XYZ 23.12 22.05 80.88 -
YUV 108.97 198.56 64.54 -
System Red Green Blue C M Y K H S L
Decimal 20 130 234 0.91 0.44 0 0.08 209.16 0.84 0.5
Hex 14 82 EA 5B 2C 0 8 D1 54 32
Octal 24 202 352 133 54 0 10 321 124 62
Binary 10100 10000010 11101010 1011011 101100 0 1000 11010001 1010100 110010

Color Harmonies of #1482EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1482EA

Black with #1482EA

Text Example


Text Example

White with #1482EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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