Html Css Color HEX #1482FA Dodger Blue

📋 copy color: '#1482FA'

red 20 ◦ green 130 ◦ blue 250

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

Shades of Dodger Blue #1482FA

Tints of Dodger Blue #1482FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.5%

R = 5%
G = 32.5%
B = 62.5%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1482FA (or 0x1482FA) is known color: Dodger Blue. HEX triplet: 14, 82 and FA. RGB value is (20,130,250). Sum of RGB (Red+Green+Blue) = 20+130+250=400 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #1482FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1482FA is #EB7D05. Grayscale: #6E6E6E. Windows color (decimal): -15432966 or 16417300. OLE color: 16417300.

HSL color Cylindrical-coordinate representation of color #1482FA: hue angle of 211.3º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1482FA is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 130 250 -
CMYK 0.92 0.48 0 0.02
HSL 211.3º 0.96% 0.53% -
HSV(B) 211.3º 0.92% 0.98% -
XYZ 25.53 23.02 93.54 -
YUV 110.79 206.56 63.24 -
System Red Green Blue C M Y K H S L
Decimal 20 130 250 0.92 0.48 0 0.02 211.3 0.96 0.53
Hex 14 82 FA 5C 30 0 2 D3 60 35
Octal 24 202 372 134 60 0 2 323 140 65
Binary 10100 10000010 11111010 1011100 110000 0 10 11010011 1100000 110101

Color Harmonies of #1482FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1482FA

Black with #1482FA

Text Example


Text Example

White with #1482FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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