#2D6ACC

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

Shades of Cerulean Blue #2D6ACC

Tints of Cerulean Blue #2D6ACC

Color information

#2D6ACC (or 0x2D6ACC) is unknown color: approx Cerulean Blue. HEX triplet: 2D, 6A and CC. RGB value is (45,106,204). Sum of RGB (Red+Green+Blue) = 45+106+204=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #2D6ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6ACC is #D29533. Grayscale: #626262. Windows color (decimal): -13800756 or 13396525. OLE color: 13396525.

HSL color Cylindrical-coordinate representation of color #2D6ACC: hue angle of 216.98º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D6ACC is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB45106204-
CMYK0.780.4800.2
HSL216.98º63.86%48.82%-
HSV(B)216.98º77.94%80%-
XYZ17.1415.2359.16-
YUV98.93187.2989.53-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.68%
GREEN value IS 106 (41.80% from 255) = 29.86%
BLUE value IS 204 (80.08% from 255) = 57.46%
R=12.68%
G=29.86%
B=57.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal451062040.780.4800.2216.9863.8648.82
Hex2D6ACC4E30014d94031
Octal551523141166002433110061
Binary1011011101010110011001001110110000010100110110011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,106,204); }

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

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

 a { background-color: rgb(45,106,204); }

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

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

 span { border-color: rgb(45,106,204); }

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