#0c2fdd

Color #0C2FDD Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0C2FDD

Tints of Persian Blue #0C2FDD

Color information

#0C2FDD (or 0x0C2FDD) is unknown color: approx Persian Blue. HEX triplet: 0C, 2F and DD. RGB value is (12,47,221). Sum of RGB (Red+Green+Blue) = 12+47+221=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 221 (86.72% from 255 or 78.93% from 280); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C2FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2FDD is #F3D022. Grayscale: #373737. Windows color (decimal): -15978531 or 14495500. OLE color: 14495500.

HSL color Cylindrical-coordinate representation of color #0C2FDD: hue angle of 229.95º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C2FDD is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1247221-
CMYK0.950.7900.13
HSL229.95º89.7%45.69%-
HSV(B)229.95º94.57%86.67%-
XYZ14.227.3369.07-
YUV56.37220.996.35-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.29%
GREEN value IS 47 (18.75% from 255) = 16.79%
BLUE value IS 221 (86.72% from 255) = 78.93%
R=4.29%
G=16.79%
B=78.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal12472210.950.7900.13229.9589.745.69
HexC2FDD5F4F0De65a2e
Octal145733513711701534613256
Binary1100101111110111011011111100111101101111001101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c2fdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0c2fdd; }

 p { color: rgb(12,47,221); }

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

<style>
 a { background-color: #0c2fdd; }

 a { background-color: rgb(12,47,221); }

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

<style>
 span { border-color: #0c2fdd; }

 span { border-color: rgb(12,47,221); }

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