Html Css Color HEX #1285DC Dodger Blue

📋 copy color: '#1285DC'

red 18 ◦ green 133 ◦ blue 220

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

Shades of Dodger Blue #1285DC

Tints of Dodger Blue #1285DC

RGB

 RED value IS 18 (7.42% from 255) = 4.85%

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

 BLUE value IS 220 (86.33% from 255) = 59.3%

R = 4.85%
G = 35.85%
B = 59.3%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1285DC (or 0x1285DC) is known color: Dodger Blue. HEX triplet: 12, 85 and DC. RGB value is (18,133,220). Sum of RGB (Red+Green+Blue) = 18+133+220=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #1285DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1285DC is #ED7A23. Grayscale: #6C6C6C. Windows color (decimal): -15563300 or 14451986. OLE color: 14451986.

HSL color Cylindrical-coordinate representation of color #1285DC: hue angle of 205.84º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1285DC is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 133 220 -
CMYK 0.92 0.40 0 0.14
HSL 205.84º 0.85% 0.47% -
HSV(B) 205.84º 0.92% 0.86% -
XYZ 21.56 22.07 70.83 -
YUV 108.53 190.9 63.43 -
System Red Green Blue C M Y K H S L
Decimal 18 133 220 0.92 0.40 0 0.14 205.84 0.85 0.47
Hex 12 85 DC 5C 28 0 E CE 55 2F
Octal 22 205 334 134 50 0 16 316 125 57
Binary 10010 10000101 11011100 1011100 101000 0 1110 11001110 1010101 101111

Color Harmonies of #1285DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1285DC

Black with #1285DC

Text Example


Text Example

White with #1285DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1285DC; }

 p { color: rgb(18,133,220); }

 H1.HeaderClassName
 {
   color: #1285DC;
 }
 .AnyTagClassName
 {
   color: #1285DC;
 }
</style>

background-color css

<style>
 a { background-color: #1285DC; }

 a { background-color: rgb(18,133,220); }

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

border-color css

<style>
 span { border-color: #1285DC; }

 span { border-color: rgb(18,133,220); }

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