Html Css Color HEX #1C87F1 Dodger Blue

📋 copy color: '#1C87F1'

red 28 ◦ green 135 ◦ blue 241

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

Shades of Dodger Blue #1C87F1

Tints of Dodger Blue #1C87F1

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.42%

 BLUE value IS 241 (94.53% from 255) = 59.65%

R = 6.93%
G = 33.42%
B = 59.65%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1C87F1 (or 0x1C87F1) is known color: Dodger Blue. HEX triplet: 1C, 87 and F1. RGB value is (28,135,241). Sum of RGB (Red+Green+Blue) = 28+135+241=404 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.93% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 241 (94.53% from 255 or 59.65% from 404); Max value from RGB is 241 - color contains mainly: blue. Hex color #1C87F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C87F1 is #E3780E. Grayscale: #727272. Windows color (decimal): -14907407 or 15828764. OLE color: 15828764.

HSL color Cylindrical-coordinate representation of color #1C87F1: hue angle of 209.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C87F1 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 28 135 241 -
CMYK 0.88 0.44 0 0.05
HSL 209.86º 0.88% 0.53% -
HSV(B) 209.86º 0.88% 0.95% -
XYZ 25.02 23.93 86.52 -
YUV 115.09 199.05 65.88 -
System Red Green Blue C M Y K H S L
Decimal 28 135 241 0.88 0.44 0 0.05 209.86 0.88 0.53
Hex 1C 87 F1 58 2C 0 5 D2 58 35
Octal 34 207 361 130 54 0 5 322 130 65
Binary 11100 10000111 11110001 1011000 101100 0 101 11010010 1011000 110101

Color Harmonies of #1C87F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C87F1

Black with #1C87F1

Text Example


Text Example

White with #1C87F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,135,241); }

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

background-color css

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

 a { background-color: rgb(28,135,241); }

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

border-color css

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

 span { border-color: rgb(28,135,241); }

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