Html Css Color HEX #1484EB Dodger Blue

📋 copy color: '#1484EB'

red 20 ◦ green 132 ◦ blue 235

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

Shades of Dodger Blue #1484EB

Tints of Dodger Blue #1484EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.72%

R = 5.17%
G = 34.11%
B = 60.72%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1484EB (or 0x1484EB) is known color: Dodger Blue. HEX triplet: 14, 84 and EB. RGB value is (20,132,235). Sum of RGB (Red+Green+Blue) = 20+132+235=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 235 (92.19% from 255 or 60.72% from 387); Max value from RGB is 235 - color contains mainly: blue. Hex color #1484EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1484EB is #EB7B14. Grayscale: #6D6D6D. Windows color (decimal): -15432469 or 15434772. OLE color: 15434772.

HSL color Cylindrical-coordinate representation of color #1484EB: hue angle of 208.74º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1484EB is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 132 235 -
CMYK 0.91 0.44 0 0.08
HSL 208.74º 0.84% 0.5% -
HSV(B) 208.74º 0.91% 0.92% -
XYZ 23.54 22.65 81.73 -
YUV 110.25 198.39 63.62 -
System Red Green Blue C M Y K H S L
Decimal 20 132 235 0.91 0.44 0 0.08 208.74 0.84 0.5
Hex 14 84 EB 5B 2C 0 8 D1 54 32
Octal 24 204 353 133 54 0 10 321 124 62
Binary 10100 10000100 11101011 1011011 101100 0 1000 11010001 1010100 110010

Color Harmonies of #1484EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1484EB

Black with #1484EB

Text Example


Text Example

White with #1484EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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