Html Css Color HEX #1485FA Dodger Blue

📋 copy color: '#1485FA'

red 20 ◦ green 133 ◦ blue 250

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

Shades of Dodger Blue #1485FA

Tints of Dodger Blue #1485FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.03%

R = 4.96%
G = 33%
B = 62.03%

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

#1485FA (or 0x1485FA) is known color: Dodger Blue. HEX triplet: 14, 85 and FA. RGB value is (20,133,250). Sum of RGB (Red+Green+Blue) = 20+133+250=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #1485FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1485FA is #EB7A05. Grayscale: #6F6F6F. Windows color (decimal): -15432198 or 16418068. OLE color: 16418068.

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

Color convert

RGB 20 133 250 -
CMYK 0.92 0.47 0 0.02
HSL 210.52º 0.96% 0.53% -
HSV(B) 210.52º 0.92% 0.98% -
XYZ 25.93 23.83 93.67 -
YUV 112.55 205.56 61.99 -
System Red Green Blue C M Y K H S L
Decimal 20 133 250 0.92 0.47 0 0.02 210.52 0.96 0.53
Hex 14 85 FA 5C 2F 0 2 D3 60 35
Octal 24 205 372 134 57 0 2 323 140 65
Binary 10100 10000101 11111010 1011100 101111 0 10 11010011 1100000 110101

Color Harmonies of #1485FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1485FA

Black with #1485FA

Text Example


Text Example

White with #1485FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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