Html Css Color HEX #1485FF Dodger Blue

📋 copy color: '#1485FF'

red 20 ◦ green 133 ◦ blue 255

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

Shades of Dodger Blue #1485FF

Tints of Dodger Blue #1485FF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.6%

 BLUE value IS 255 (100% from 255) = 62.5%

R = 4.9%
G = 32.6%
B = 62.5%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1485FF (or 0x1485FF) is known color: Dodger Blue. HEX triplet: 14, 85 and FF. RGB value is (20,133,255). Sum of RGB (Red+Green+Blue) = 20+133+255=408 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.90% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #1485FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1485FF is #EB7A00. Grayscale: #707070. Windows color (decimal): -15432193 or 16745748. OLE color: 16745748.

HSL color Cylindrical-coordinate representation of color #1485FF: hue angle of 211.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1485FF is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 20 133 255 -
CMYK 0.92 0.48 0 0
HSL 211.15º 1% 0.54% -
HSV(B) 211.15º 0.92% 1% -
XYZ 26.73 24.14 97.86 -
YUV 113.12 208.06 61.58 -
System Red Green Blue C M Y K H S L
Decimal 20 133 255 0.92 0.48 0 0 211.15 1 0.54
Hex 14 85 FF 5C 30 0 0 D3 64 36
Octal 24 205 377 134 60 0 0 323 144 66
Binary 10100 10000101 11111111 1011100 110000 0 0 11010011 1100100 110110

Color Harmonies of #1485FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1485FF

Black with #1485FF

Text Example


Text Example

White with #1485FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1485FF; }

 p { color: rgb(20,133,255); }

 H1.HeaderClassName
 {
   color: #1485FF;
 }
 .AnyTagClassName
 {
   color: #1485FF;
 }
</style>

background-color css

<style>
 a { background-color: #1485FF; }

 a { background-color: rgb(20,133,255); }

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

border-color css

<style>
 span { border-color: #1485FF; }

 span { border-color: rgb(20,133,255); }

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