Html Css Color HEX #1481F9 Dodger Blue

📋 copy color: '#1481F9'

red 20 ◦ green 129 ◦ blue 249

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

Shades of Dodger Blue #1481F9

Tints of Dodger Blue #1481F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 62.56%

R = 5.03%
G = 32.41%
B = 62.56%

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

#1481F9 (or 0x1481F9) is known color: Dodger Blue. HEX triplet: 14, 81 and F9. RGB value is (20,129,249). Sum of RGB (Red+Green+Blue) = 20+129+249=398 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.03% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 249 (97.66% from 255 or 62.56% from 398); Max value from RGB is 249 - color contains mainly: blue. Hex color #1481F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1481F9 is #EB7E06. Grayscale: #6D6D6D. Windows color (decimal): -15433223 or 16351508. OLE color: 16351508.

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

Color convert

RGB 20 129 249 -
CMYK 0.92 0.48 0 0.02
HSL 211.44º 0.95% 0.53% -
HSV(B) 211.44º 0.92% 0.98% -
XYZ 25.24 22.69 92.67 -
YUV 110.09 206.39 63.74 -
System Red Green Blue C M Y K H S L
Decimal 20 129 249 0.92 0.48 0 0.02 211.44 0.95 0.53
Hex 14 81 F9 5C 30 0 2 D3 5F 35
Octal 24 201 371 134 60 0 2 323 137 65
Binary 10100 10000001 11111001 1011100 110000 0 10 11010011 1011111 110101

Color Harmonies of #1481F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1481F9

Black with #1481F9

Text Example


Text Example

White with #1481F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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