Html Css Color HEX #1C04DD Medium Blue

📋 copy color: '#1C04DD'

red 28 ◦ green 4 ◦ blue 221

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

Shades of Medium Blue #1C04DD

Tints of Medium Blue #1C04DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 87.35%

R = 11.07%
G = 1.58%
B = 87.35%

CMYK

 C value IS 0.87

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1C04DD (or 0x1C04DD) is known color: Medium Blue. HEX triplet: 1C, 04 and DD. RGB value is (28,4,221). Sum of RGB (Red+Green+Blue) = 28+4+221=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 221 (86.72% from 255 or 87.35% from 253); Max value from RGB is 221 - color contains mainly: blue. Hex color #1C04DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C04DD is #E3FB22. Grayscale: #232323. Windows color (decimal): -14940963 or 14484508. OLE color: 14484508.

HSL color Cylindrical-coordinate representation of color #1C04DD: hue angle of 246.64º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C04DD is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 4 221 -
CMYK 0.87 0.98 0 0.13
HSL 246.64º 0.96% 0.44% -
HSV(B) 246.64º 0.98% 0.87% -
XYZ 13.57 5.55 68.76 -
YUV 35.91 232.45 122.36 -
System Red Green Blue C M Y K H S L
Decimal 28 4 221 0.87 0.98 0 0.13 246.64 0.96 0.44
Hex 1C 4 DD 57 62 0 D F7 60 2C
Octal 34 4 335 127 142 0 15 367 140 54
Binary 11100 100 11011101 1010111 1100010 0 1101 11110111 1100000 101100

Color Harmonies of #1C04DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C04DD

Black with #1C04DD

Text Example


Text Example

White with #1C04DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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