Html Css Color HEX #1481F5 Dodger Blue

📋 copy color: '#1481F5'

red 20 ◦ green 129 ◦ blue 245

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

Shades of Dodger Blue #1481F5

Tints of Dodger Blue #1481F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 62.18%

R = 5.08%
G = 32.74%
B = 62.18%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1481F5 (or 0x1481F5) is known color: Dodger Blue. HEX triplet: 14, 81 and F5. RGB value is (20,129,245). Sum of RGB (Red+Green+Blue) = 20+129+245=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 245 (96.09% from 255 or 62.18% from 394); Max value from RGB is 245 - color contains mainly: blue. Hex color #1481F5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1481F5 is #EB7E0A. Grayscale: #6D6D6D. Windows color (decimal): -15433227 or 16089364. OLE color: 16089364.

HSL color Cylindrical-coordinate representation of color #1481F5: hue angle of 210.93º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1481F5 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 20 129 245 -
CMYK 0.92 0.47 0 0.04
HSL 210.93º 0.92% 0.52% -
HSV(B) 210.93º 0.92% 0.96% -
XYZ 24.62 22.44 89.42 -
YUV 109.63 204.39 64.07 -
System Red Green Blue C M Y K H S L
Decimal 20 129 245 0.92 0.47 0 0.04 210.93 0.92 0.52
Hex 14 81 F5 5C 2F 0 4 D3 5C 34
Octal 24 201 365 134 57 0 4 323 134 64
Binary 10100 10000001 11110101 1011100 101111 0 100 11010011 1011100 110100

Color Harmonies of #1481F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1481F5

Black with #1481F5

Text Example


Text Example

White with #1481F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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