Html Css Color HEX #1482FD Dodger Blue

📋 copy color: '#1482FD'

red 20 ◦ green 130 ◦ blue 253

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

Shades of Dodger Blue #1482FD

Tints of Dodger Blue #1482FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 62.78%

R = 4.96%
G = 32.26%
B = 62.78%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1482FD (or 0x1482FD) is known color: Dodger Blue. HEX triplet: 14, 82 and FD. RGB value is (20,130,253). Sum of RGB (Red+Green+Blue) = 20+130+253=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 253 (99.22% from 255 or 62.78% from 403); Max value from RGB is 253 - color contains mainly: blue. Hex color #1482FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1482FD is #EB7D02. Grayscale: #6E6E6E. Windows color (decimal): -15432963 or 16613908. OLE color: 16613908.

HSL color Cylindrical-coordinate representation of color #1482FD: hue angle of 211.67º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1482FD is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 130 253 -
CMYK 0.92 0.49 0 0.01
HSL 211.67º 0.98% 0.54% -
HSV(B) 211.67º 0.92% 0.99% -
XYZ 26 23.21 96.04 -
YUV 111.13 208.06 63 -
System Red Green Blue C M Y K H S L
Decimal 20 130 253 0.92 0.49 0 0.01 211.67 0.98 0.54
Hex 14 82 FD 5C 31 0 1 D4 62 36
Octal 24 202 375 134 61 0 1 324 142 66
Binary 10100 10000010 11111101 1011100 110001 0 1 11010100 1100010 110110

Color Harmonies of #1482FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1482FD

Black with #1482FD

Text Example


Text Example

White with #1482FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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