#2D5ABF

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

Shades of Cerulean Blue #2D5ABF

Tints of Cerulean Blue #2D5ABF

Color information

#2D5ABF (or 0x2D5ABF) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 5A and BF. RGB value is (45,90,191). Sum of RGB (Red+Green+Blue) = 45+90+191=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #2D5ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5ABF is #D2A540. Grayscale: #575757. Windows color (decimal): -13804865 or 12540461. OLE color: 12540461.

HSL color Cylindrical-coordinate representation of color #2D5ABF: hue angle of 221.51º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D5ABF is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4590191-
CMYK0.760.5300.25
HSL221.51º61.86%46.27%-
HSV(B)221.51º76.44%74.9%-
XYZ14.1411.6350.79-
YUV88.06186.0997.29-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.80%
GREEN value IS 90 (35.55% from 255) = 27.61%
BLUE value IS 191 (75% from 255) = 58.59%
R=13.80%
G=27.61%
B=58.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal45901910.760.5300.25221.5161.8646.27
Hex2D5ABF4C35019de3e2e
Octal55132277114650313367656
Binary101101101101010111111100110011010101100111011110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,90,191); }

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

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

 a { background-color: rgb(45,90,191); }

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

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

 span { border-color: rgb(45,90,191); }

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