Html Css Color HEX #1481DF Dodger Blue

📋 copy color: '#1481DF'

red 20 ◦ green 129 ◦ blue 223

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

Shades of Dodger Blue #1481DF

Tints of Dodger Blue #1481DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.95%

R = 5.38%
G = 34.68%
B = 59.95%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1481DF (or 0x1481DF) is known color: Dodger Blue. HEX triplet: 14, 81 and DF. RGB value is (20,129,223). Sum of RGB (Red+Green+Blue) = 20+129+223=372 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.38% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #1481DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1481DF is #EB7E20. Grayscale: #6A6A6A. Windows color (decimal): -15433249 or 14647572. OLE color: 14647572.

HSL color Cylindrical-coordinate representation of color #1481DF: hue angle of 207.78º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1481DF is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 129 223 -
CMYK 0.91 0.42 0 0.13
HSL 207.78º 0.84% 0.48% -
HSV(B) 207.78º 0.91% 0.87% -
XYZ 21.46 21.18 72.77 -
YUV 107.13 193.39 65.86 -
System Red Green Blue C M Y K H S L
Decimal 20 129 223 0.91 0.42 0 0.13 207.78 0.84 0.48
Hex 14 81 DF 5B 2A 0 D D0 54 30
Octal 24 201 337 133 52 0 15 320 124 60
Binary 10100 10000001 11011111 1011011 101010 0 1101 11010000 1010100 110000

Color Harmonies of #1481DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1481DF

Black with #1481DF

Text Example


Text Example

White with #1481DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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