#2C08CA

Color #2C08CA Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #2C08CA

Tints of Medium Blue #2C08CA

Color information

#2C08CA (or 0x2C08CA) is unknown color: approx Medium Blue. HEX triplet: 2C, 08 and CA. RGB value is (44,8,202). Sum of RGB (Red+Green+Blue) = 44+8+202=254 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.32% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 202 (79.30% from 255 or 79.53% from 254); Max value from RGB is 202 - color contains mainly: blue. Hex color #2C08CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C08CA is #D3F735. Grayscale: #282828. Windows color (decimal): -13891382 or 13240364. OLE color: 13240364.

HSL color Cylindrical-coordinate representation of color #2C08CA: hue angle of 251.13º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C08CA is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB448202-
CMYK0.780.9600.21
HSL251.13º92.38%41.18%-
HSV(B)251.13º96.04%79.22%-
XYZ11.794.9756.22-
YUV40.88218.93130.23-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.32%
GREEN value IS 8 (3.52% from 255) = 3.15%
BLUE value IS 202 (79.30% from 255) = 79.53%
R=17.32%
G=3.15%
B=79.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal4482020.780.9600.21251.1392.3841.18
Hex2C8CA4E60015fb5c29
Octal541031211614002537313451
Binary10110010001100101010011101100000010101111110111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C08CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C08CA; }

 p { color: rgb(44,8,202); }

 H1.HeaderClassName
 {
   color: #2C08CA;
 }
 .AnyTagClassName
 {
   color: #2C08CA;
 }
</style>
background-color css

<style>
 a { background-color: #2C08CA; }

 a { background-color: rgb(44,8,202); }

 div.DivClassName
 {
   background-color: #2C08CA;
 }
 .BgClassName
 {
   background-color: #2C08CA;
 }
</style>
border-color css

<style>
 span { border-color: #2C08CA; }

 span { border-color: rgb(44,8,202); }

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