Html Css Color HEX #1481FB Dodger Blue

📋 copy color: '#1481FB'

red 20 ◦ green 129 ◦ blue 251

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

Shades of Dodger Blue #1481FB

Tints of Dodger Blue #1481FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 62.75%

R = 5%
G = 32.25%
B = 62.75%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1481FB (or 0x1481FB) is known color: Dodger Blue. HEX triplet: 14, 81 and FB. RGB value is (20,129,251). Sum of RGB (Red+Green+Blue) = 20+129+251=400 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #1481FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1481FB is #EB7E04. Grayscale: #6D6D6D. Windows color (decimal): -15433221 or 16482580. OLE color: 16482580.

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

Color convert

RGB 20 129 251 -
CMYK 0.92 0.49 0 0.02
HSL 211.69º 0.97% 0.53% -
HSV(B) 211.69º 0.92% 0.98% -
XYZ 25.55 22.81 94.32 -
YUV 110.32 207.39 63.58 -
System Red Green Blue C M Y K H S L
Decimal 20 129 251 0.92 0.49 0 0.02 211.69 0.97 0.53
Hex 14 81 FB 5C 31 0 2 D4 61 35
Octal 24 201 373 134 61 0 2 324 141 65
Binary 10100 10000001 11111011 1011100 110001 0 10 11010100 1100001 110101

Color Harmonies of #1481FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1481FB

Black with #1481FB

Text Example


Text Example

White with #1481FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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