Html Css Color HEX #1C07CA Medium Blue

📋 copy color: '#1C07CA'

red 28 ◦ green 7 ◦ blue 202

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

Shades of Medium Blue #1C07CA

Tints of Medium Blue #1C07CA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.95%

 BLUE value IS 202 (79.3% from 255) = 85.23%

R = 11.81%
G = 2.95%
B = 85.23%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1C07CA (or 0x1C07CA) is known color: Medium Blue. HEX triplet: 1C, 07 and CA. RGB value is (28,7,202). Sum of RGB (Red+Green+Blue) = 28+7+202=237 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.81% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 202 (79.30% from 255 or 85.23% from 237); Max value from RGB is 202 - color contains mainly: blue. Hex color #1C07CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C07CA is #E3F835. Grayscale: #222222. Windows color (decimal): -14940214 or 13240092. OLE color: 13240092.

HSL color Cylindrical-coordinate representation of color #1C07CA: hue angle of 246.46º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C07CA is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 28 7 202 -
CMYK 0.86 0.97 0 0.21
HSL 246.46º 0.93% 0.41% -
HSV(B) 246.46º 0.97% 0.79% -
XYZ 11.22 4.66 56.19 -
YUV 35.51 221.96 122.64 -
System Red Green Blue C M Y K H S L
Decimal 28 7 202 0.86 0.97 0 0.21 246.46 0.93 0.41
Hex 1C 7 CA 56 61 0 15 F6 5D 29
Octal 34 7 312 126 141 0 25 366 135 51
Binary 11100 111 11001010 1010110 1100001 0 10101 11110110 1011101 101001

Color Harmonies of #1C07CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C07CA

Black with #1C07CA

Text Example


Text Example

White with #1C07CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,7,202); }

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

background-color css

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

 a { background-color: rgb(28,7,202); }

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

border-color css

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

 span { border-color: rgb(28,7,202); }

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