#2B5FC7

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

Shades of Cerulean Blue #2B5FC7

Tints of Cerulean Blue #2B5FC7

Color information

#2B5FC7 (or 0x2B5FC7) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 5F and C7. RGB value is (43,95,199). Sum of RGB (Red+Green+Blue) = 43+95+199=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 199 (78.12% from 255 or 59.05% from 337); Max value from RGB is 199 - color contains mainly: blue. Hex color #2B5FC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5FC7 is #D4A038. Grayscale: #5A5A5A. Windows color (decimal): -13934649 or 13066027. OLE color: 13066027.

HSL color Cylindrical-coordinate representation of color #2B5FC7: hue angle of 220º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B5FC7 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4395199-
CMYK0.780.5200.22
HSL220º64.46%47.45%-
HSV(B)220º78.39%78.04%-
XYZ15.412.8255.7-
YUV91.31188.7793.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.76%
GREEN value IS 95 (37.5% from 255) = 28.19%
BLUE value IS 199 (78.12% from 255) = 59.05%
R=12.76%
G=28.19%
B=59.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal43951990.780.5200.2222064.4647.45
Hex2B5FC74E34016dc402f
Octal531373071166402633410057
Binary1010111011111110001111001110110100010110110111001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,95,199); }

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

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

 a { background-color: rgb(43,95,199); }

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

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

 span { border-color: rgb(43,95,199); }

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