Html Css Color HEX #1C09DD Medium Blue

📋 copy color: '#1C09DD'

red 28 ◦ green 9 ◦ blue 221

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

Shades of Medium Blue #1C09DD

Tints of Medium Blue #1C09DD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.49%

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

R = 10.85%
G = 3.49%
B = 85.66%

CMYK

 C value IS 0.87

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1C09DD (or 0x1C09DD) is known color: Medium Blue. HEX triplet: 1C, 09 and DD. RGB value is (28,9,221). Sum of RGB (Red+Green+Blue) = 28+9+221=258 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.85% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 221 (86.72% from 255 or 85.66% from 258); Max value from RGB is 221 - color contains mainly: blue. Hex color #1C09DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C09DD is #E3F622. Grayscale: #262626. Windows color (decimal): -14939683 or 14485788. OLE color: 14485788.

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

Color convert

RGB 28 9 221 -
CMYK 0.87 0.96 0 0.13
HSL 245.38º 0.92% 0.45% -
HSV(B) 245.38º 0.96% 0.87% -
XYZ 13.63 5.66 68.78 -
YUV 38.85 230.79 120.26 -
System Red Green Blue C M Y K H S L
Decimal 28 9 221 0.87 0.96 0 0.13 245.38 0.92 0.45
Hex 1C 9 DD 57 60 0 D F5 5C 2D
Octal 34 11 335 127 140 0 15 365 134 55
Binary 11100 1001 11011101 1010111 1100000 0 1101 11110101 1011100 101101

Color Harmonies of #1C09DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C09DD

Black with #1C09DD

Text Example


Text Example

White with #1C09DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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