Html Css Color HEX #1481FA Dodger Blue

📋 copy color: '#1481FA'

red 20 ◦ green 129 ◦ blue 250

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

Shades of Dodger Blue #1481FA

Tints of Dodger Blue #1481FA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.33%

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

R = 5.01%
G = 32.33%
B = 62.66%

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

#1481FA (or 0x1481FA) is known color: Dodger Blue. HEX triplet: 14, 81 and FA. RGB value is (20,129,250). Sum of RGB (Red+Green+Blue) = 20+129+250=399 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.01% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #1481FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1481FA is #EB7E05. Grayscale: #6D6D6D. Windows color (decimal): -15433222 or 16417044. OLE color: 16417044.

HSL color Cylindrical-coordinate representation of color #1481FA: hue angle of 211.57º 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 #1481FA is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 129 250 -
CMYK 0.92 0.48 0 0.02
HSL 211.57º 0.96% 0.53% -
HSV(B) 211.57º 0.92% 0.98% -
XYZ 25.39 22.75 93.5 -
YUV 110.2 206.89 63.66 -
System Red Green Blue C M Y K H S L
Decimal 20 129 250 0.92 0.48 0 0.02 211.57 0.96 0.53
Hex 14 81 FA 5C 30 0 2 D4 60 35
Octal 24 201 372 134 60 0 2 324 140 65
Binary 10100 10000001 11111010 1011100 110000 0 10 11010100 1100000 110101

Color Harmonies of #1481FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1481FA

Black with #1481FA

Text Example


Text Example

White with #1481FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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