Html Css Color HEX #1C88FF Dodger Blue

📋 copy color: '#1C88FF'

red 28 ◦ green 136 ◦ blue 255

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

Shades of Dodger Blue #1C88FF

Tints of Dodger Blue #1C88FF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.46%

 BLUE value IS 255 (100% from 255) = 60.86%

R = 6.68%
G = 32.46%
B = 60.86%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1C88FF (or 0x1C88FF) is known color: Dodger Blue. HEX triplet: 1C, 88 and FF. RGB value is (28,136,255). Sum of RGB (Red+Green+Blue) = 28+136+255=419 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.68% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C88FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C88FF is #E37700. Grayscale: #747474. Windows color (decimal): -14907137 or 16746524. OLE color: 16746524.

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

Color convert

RGB 28 136 255 -
CMYK 0.89 0.47 0 0
HSL 211.45º 1% 0.55% -
HSV(B) 211.45º 0.89% 1% -
XYZ 27.33 25.08 98.01 -
YUV 117.27 205.72 64.32 -
System Red Green Blue C M Y K H S L
Decimal 28 136 255 0.89 0.47 0 0 211.45 1 0.55
Hex 1C 88 FF 59 2F 0 0 D3 64 37
Octal 34 210 377 131 57 0 0 323 144 67
Binary 11100 10001000 11111111 1011001 101111 0 0 11010011 1100100 110111

Color Harmonies of #1C88FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C88FF

Black with #1C88FF

Text Example


Text Example

White with #1C88FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,136,255); }

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

background-color css

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

 a { background-color: rgb(28,136,255); }

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

border-color css

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

 span { border-color: rgb(28,136,255); }

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