Html Css Color HEX #2D51DC Cerulean Blue

📋 copy color: '#2D51DC'

red 45 ◦ green 81 ◦ blue 220

#2D51DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2D51DC

Tints of Cerulean Blue #2D51DC

RGB

 RED value IS 45 (17.97% from 255) = 13.01%

 GREEN value IS 81 (32.03% from 255) = 23.41%

 BLUE value IS 220 (86.33% from 255) = 63.58%

R = 13.01%
G = 23.41%
B = 63.58%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2D51DC (or 0x2D51DC) is known color: Cerulean Blue. HEX triplet: 2D, 51 and DC. RGB value is (45,81,220). Sum of RGB (Red+Green+Blue) = 45+81+220=346 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.01% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D51DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D51DC is #D2AE23. Grayscale: #555555. Windows color (decimal): -13807140 or 14438701. OLE color: 14438701.

HSL color Cylindrical-coordinate representation of color #2D51DC: hue angle of 227.66º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D51DC is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 45 81 220 -
CMYK 0.80 0.63 0 0.14
HSL 227.66º 0.71% 0.52% -
HSV(B) 227.66º 0.8% 0.86% -
XYZ 16.94 11.61 69.06 -
YUV 86.08 203.57 98.7 -
System Red Green Blue C M Y K H S L
Decimal 45 81 220 0.80 0.63 0 0.14 227.66 0.71 0.52
Hex 2D 51 DC 50 3F 0 E E4 47 34
Octal 55 121 334 120 77 0 16 344 107 64
Binary 101101 1010001 11011100 1010000 111111 0 1110 11100100 1000111 110100

Color Harmonies of #2D51DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D51DC

Black with #2D51DC

Text Example


Text Example

White with #2D51DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,81,220); }

 H1.HeaderClassName
 {
   color: #2D51DC;
 }
 .AnyTagClassName
 {
   color: #2D51DC;
 }
</style>

background-color css

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

 a { background-color: rgb(45,81,220); }

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

border-color css

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

 span { border-color: rgb(45,81,220); }

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