#2151CA

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

Shades of Cerulean Blue #2151CA

Tints of Cerulean Blue #2151CA

Color information

#2151CA (or 0x2151CA) is unknown color: approx Cerulean Blue. HEX triplet: 21, 51 and CA. RGB value is (33,81,202). Sum of RGB (Red+Green+Blue) = 33+81+202=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 202 (79.30% from 255 or 63.92% from 316); Max value from RGB is 202 - color contains mainly: blue. Hex color #2151CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2151CA is #DEAE35. Grayscale: #4F4F4F. Windows color (decimal): -14593590 or 13259041. OLE color: 13259041.

HSL color Cylindrical-coordinate representation of color #2151CA: hue angle of 222.96º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2151CA is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3381202-
CMYK0.840.6000.21
HSL222.96º71.91%46.08%-
HSV(B)222.96º83.66%79.22%-
XYZ14.2310.4757.15-
YUV80.44196.694.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.44%
GREEN value IS 81 (32.03% from 255) = 25.63%
BLUE value IS 202 (79.30% from 255) = 63.92%
R=10.44%
G=25.63%
B=63.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal33812020.840.6000.21222.9671.9146.08
Hex2151CA543C015df482e
Octal411213121247402533711056
Binary1000011010001110010101010100111100010101110111111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2151CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2151CA; }

 p { color: rgb(33,81,202); }

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

<style>
 a { background-color: #2151CA; }

 a { background-color: rgb(33,81,202); }

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

<style>
 span { border-color: #2151CA; }

 span { border-color: rgb(33,81,202); }

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