Html Css Color HEX #1484FB Dodger Blue

📋 copy color: '#1484FB'

red 20 ◦ green 132 ◦ blue 251

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

Shades of Dodger Blue #1484FB

Tints of Dodger Blue #1484FB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.75%

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

R = 4.96%
G = 32.75%
B = 62.28%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1484FB (or 0x1484FB) is known color: Dodger Blue. HEX triplet: 14, 84 and FB. RGB value is (20,132,251). Sum of RGB (Red+Green+Blue) = 20+132+251=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #1484FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1484FB is #EB7B04. Grayscale: #6F6F6F. Windows color (decimal): -15432453 or 16483348. OLE color: 16483348.

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

Color convert

RGB 20 132 251 -
CMYK 0.92 0.47 0 0.02
HSL 210.91º 0.97% 0.53% -
HSV(B) 210.91º 0.92% 0.98% -
XYZ 25.95 23.62 94.46 -
YUV 112.08 206.39 62.32 -
System Red Green Blue C M Y K H S L
Decimal 20 132 251 0.92 0.47 0 0.02 210.91 0.97 0.53
Hex 14 84 FB 5C 2F 0 2 D3 61 35
Octal 24 204 373 134 57 0 2 323 141 65
Binary 10100 10000100 11111011 1011100 101111 0 10 11010011 1100001 110101

Color Harmonies of #1484FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1484FB

Black with #1484FB

Text Example


Text Example

White with #1484FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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