Html Css Color HEX #1C04BD Medium Blue

📋 copy color: '#1C04BD'

red 28 ◦ green 4 ◦ blue 189

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

Shades of Medium Blue #1C04BD

Tints of Medium Blue #1C04BD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.81%

 BLUE value IS 189 (74.22% from 255) = 85.52%

R = 12.67%
G = 1.81%
B = 85.52%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1C04BD (or 0x1C04BD) is known color: Medium Blue. HEX triplet: 1C, 04 and BD. RGB value is (28,4,189). Sum of RGB (Red+Green+Blue) = 28+4+189=221 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.67% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 189 (74.22% from 255 or 85.52% from 221); Max value from RGB is 189 - color contains mainly: blue. Hex color #1C04BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C04BD is #E3FB42. Grayscale: #1F1F1F. Windows color (decimal): -14940995 or 12387356. OLE color: 12387356.

HSL color Cylindrical-coordinate representation of color #1C04BD: hue angle of 247.78º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C04BD is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 28 4 189 -
CMYK 0.85 0.98 0 0.26
HSL 247.78º 0.96% 0.38% -
HSV(B) 247.78º 0.98% 0.74% -
XYZ 9.71 4.01 48.41 -
YUV 32.27 216.45 124.96 -
System Red Green Blue C M Y K H S L
Decimal 28 4 189 0.85 0.98 0 0.26 247.78 0.96 0.38
Hex 1C 4 BD 55 62 0 1A F8 60 26
Octal 34 4 275 125 142 0 32 370 140 46
Binary 11100 100 10111101 1010101 1100010 0 11010 11111000 1100000 100110

Color Harmonies of #1C04BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C04BD

Black with #1C04BD

Text Example


Text Example

White with #1C04BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,4,189); }

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

background-color css

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

 a { background-color: rgb(28,4,189); }

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

border-color css

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

 span { border-color: rgb(28,4,189); }

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