#2b46dd

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

Shades of Cerulean Blue #2B46DD

Tints of Cerulean Blue #2B46DD

Color information

#2B46DD (or 0x2B46DD) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 46 and DD. RGB value is (43,70,221). Sum of RGB (Red+Green+Blue) = 43+70+221=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B46DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B46DD is #D4B922. Grayscale: #4E4E4E. Windows color (decimal): -13941027 or 14501419. OLE color: 14501419.

HSL color Cylindrical-coordinate representation of color #2B46DD: hue angle of 230.9º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B46DD is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4370221-
CMYK0.810.6800.13
HSL230.9º72.36%51.76%-
HSV(B)230.9º80.54%86.67%-
XYZ16.2410.1169.5-
YUV79.14208.05102.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.87%
GREEN value IS 70 (27.73% from 255) = 20.96%
BLUE value IS 221 (86.72% from 255) = 66.17%
R=12.87%
G=20.96%
B=66.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal43702210.810.6800.13230.972.3651.76
Hex2B46DD51440De74834
Octal5310633512110401534711064
Binary1010111000110110111011010001100010001101111001111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b46dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,70,221); }

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

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

 a { background-color: rgb(43,70,221); }

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

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

 span { border-color: rgb(43,70,221); }

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