Html Css Color HEX #1C86FC Dodger Blue

📋 copy color: '#1C86FC'

red 28 ◦ green 134 ◦ blue 252

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

Shades of Dodger Blue #1C86FC

Tints of Dodger Blue #1C86FC

RGB

 RED value IS 28 (11.33% from 255) = 6.76%

 GREEN value IS 134 (52.73% from 255) = 32.37%

 BLUE value IS 252 (98.83% from 255) = 60.87%

R = 6.76%
G = 32.37%
B = 60.87%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1C86FC (or 0x1C86FC) is known color: Dodger Blue. HEX triplet: 1C, 86 and FC. RGB value is (28,134,252). Sum of RGB (Red+Green+Blue) = 28+134+252=414 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.76% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #1C86FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C86FC is #E37903. Grayscale: #737373. Windows color (decimal): -14907652 or 16549404. OLE color: 16549404.

HSL color Cylindrical-coordinate representation of color #1C86FC: hue angle of 211.61º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C86FC is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 28 134 252 -
CMYK 0.89 0.47 0 0.01
HSL 211.61º 0.97% 0.55% -
HSV(B) 211.61º 0.89% 0.99% -
XYZ 26.57 24.33 95.39 -
YUV 115.76 204.88 65.41 -
System Red Green Blue C M Y K H S L
Decimal 28 134 252 0.89 0.47 0 0.01 211.61 0.97 0.55
Hex 1C 86 FC 59 2F 0 1 D4 61 37
Octal 34 206 374 131 57 0 1 324 141 67
Binary 11100 10000110 11111100 1011001 101111 0 1 11010100 1100001 110111

Color Harmonies of #1C86FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C86FC

Black with #1C86FC

Text Example


Text Example

White with #1C86FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C86FC; }

 p { color: rgb(28,134,252); }

 H1.HeaderClassName
 {
   color: #1C86FC;
 }
 .AnyTagClassName
 {
   color: #1C86FC;
 }
</style>

background-color css

<style>
 a { background-color: #1C86FC; }

 a { background-color: rgb(28,134,252); }

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

border-color css

<style>
 span { border-color: #1C86FC; }

 span { border-color: rgb(28,134,252); }

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