Html Css Color HEX #1285DF Dodger Blue

📋 copy color: '#1285DF'

red 18 ◦ green 133 ◦ blue 223

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

Shades of Dodger Blue #1285DF

Tints of Dodger Blue #1285DF

RGB

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

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

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

R = 4.81%
G = 35.56%
B = 59.63%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1285DF (or 0x1285DF) is known color: Dodger Blue. HEX triplet: 12, 85 and DF. RGB value is (18,133,223). Sum of RGB (Red+Green+Blue) = 18+133+223=374 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.81% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #1285DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1285DF is #ED7A20. Grayscale: #6C6C6C. Windows color (decimal): -15563297 or 14648594. OLE color: 14648594.

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

Color convert

RGB 18 133 223 -
CMYK 0.92 0.40 0 0.13
HSL 206.34º 0.85% 0.47% -
HSV(B) 206.34º 0.92% 0.87% -
XYZ 21.96 22.23 72.95 -
YUV 108.88 192.4 63.18 -
System Red Green Blue C M Y K H S L
Decimal 18 133 223 0.92 0.40 0 0.13 206.34 0.85 0.47
Hex 12 85 DF 5C 28 0 D CE 55 2F
Octal 22 205 337 134 50 0 15 316 125 57
Binary 10010 10000101 11011111 1011100 101000 0 1101 11001110 1010101 101111

Color Harmonies of #1285DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1285DF

Black with #1285DF

Text Example


Text Example

White with #1285DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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