Html Css Color HEX #1485DF Dodger Blue

📋 copy color: '#1485DF'

red 20 ◦ green 133 ◦ blue 223

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

Shades of Dodger Blue #1485DF

Tints of Dodger Blue #1485DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.31%

R = 5.32%
G = 35.37%
B = 59.31%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1485DF (or 0x1485DF) is known color: Dodger Blue. HEX triplet: 14, 85 and DF. RGB value is (20,133,223). Sum of RGB (Red+Green+Blue) = 20+133+223=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #1485DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1485DF is #EB7A20. Grayscale: #6D6D6D. Windows color (decimal): -15432225 or 14648596. OLE color: 14648596.

HSL color Cylindrical-coordinate representation of color #1485DF: hue angle of 206.6º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1485DF is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 133 223 -
CMYK 0.91 0.40 0 0.13
HSL 206.6º 0.84% 0.48% -
HSV(B) 206.6º 0.91% 0.87% -
XYZ 22 22.25 72.95 -
YUV 109.47 192.06 64.18 -
System Red Green Blue C M Y K H S L
Decimal 20 133 223 0.91 0.40 0 0.13 206.6 0.84 0.48
Hex 14 85 DF 5B 28 0 D CF 54 30
Octal 24 205 337 133 50 0 15 317 124 60
Binary 10100 10000101 11011111 1011011 101000 0 1101 11001111 1010100 110000

Color Harmonies of #1485DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1485DF

Black with #1485DF

Text Example


Text Example

White with #1485DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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