#2F41D5

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

Shades of Cerulean Blue #2F41D5

Tints of Cerulean Blue #2F41D5

Color information

#2F41D5 (or 0x2F41D5) is unknown color: approx Cerulean Blue. HEX triplet: 2F, 41 and D5. RGB value is (47,65,213). Sum of RGB (Red+Green+Blue) = 47+65+213=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 213 (83.59% from 255 or 65.54% from 325); Max value from RGB is 213 - color contains mainly: blue. Hex color #2F41D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F41D5 is #D0BE2A. Grayscale: #4B4B4B. Windows color (decimal): -13680171 or 13975855. OLE color: 13975855.

HSL color Cylindrical-coordinate representation of color #2F41D5: hue angle of 233.49º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F41D5 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4765213-
CMYK0.780.6900.16
HSL233.49º66.4%50.98%-
HSV(B)233.49º77.93%83.53%-
XYZ15.079.1963.93-
YUV76.49205.04106.97-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.46%
GREEN value IS 65 (25.78% from 255) = 20%
BLUE value IS 213 (83.59% from 255) = 65.54%
R=14.46%
G=20%
B=65.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal47652130.780.6900.16233.4966.450.98
Hex2F41D54E45010e94233
Octal5710132511610502035110263
Binary10111110000011101010110011101000101010000111010011000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F41D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,65,213); }

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

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

 a { background-color: rgb(47,65,213); }

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

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

 span { border-color: rgb(47,65,213); }

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