Html Css Color HEX #1481E7 Dodger Blue

📋 copy color: '#1481E7'

red 20 ◦ green 129 ◦ blue 231

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

Shades of Dodger Blue #1481E7

Tints of Dodger Blue #1481E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 60.79%

R = 5.26%
G = 33.95%
B = 60.79%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1481E7 (or 0x1481E7) is known color: Dodger Blue. HEX triplet: 14, 81 and E7. RGB value is (20,129,231). Sum of RGB (Red+Green+Blue) = 20+129+231=380 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.26% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 231 (90.62% from 255 or 60.79% from 380); Max value from RGB is 231 - color contains mainly: blue. Hex color #1481E7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1481E7 is #EB7E18. Grayscale: #6B6B6B. Windows color (decimal): -15433241 or 15171860. OLE color: 15171860.

HSL color Cylindrical-coordinate representation of color #1481E7: hue angle of 209º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1481E7 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 20 129 231 -
CMYK 0.91 0.44 0 0.09
HSL 209º 0.84% 0.49% -
HSV(B) 209º 0.91% 0.91% -
XYZ 22.56 21.62 78.58 -
YUV 108.04 197.39 65.21 -
System Red Green Blue C M Y K H S L
Decimal 20 129 231 0.91 0.44 0 0.09 209 0.84 0.49
Hex 14 81 E7 5B 2C 0 9 D1 54 31
Octal 24 201 347 133 54 0 11 321 124 61
Binary 10100 10000001 11100111 1011011 101100 0 1001 11010001 1010100 110001

Color Harmonies of #1481E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1481E7

Black with #1481E7

Text Example


Text Example

White with #1481E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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