Html Css Color HEX #2D51DD Cerulean Blue

📋 copy color: '#2D51DD'

red 45 ◦ green 81 ◦ blue 221

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

Shades of Cerulean Blue #2D51DD

Tints of Cerulean Blue #2D51DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.69%

R = 12.97%
G = 23.34%
B = 63.69%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2D51DD (or 0x2D51DD) is known color: Cerulean Blue. HEX triplet: 2D, 51 and DD. RGB value is (45,81,221). Sum of RGB (Red+Green+Blue) = 45+81+221=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #2D51DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D51DD is #D2AE22. Grayscale: #555555. Windows color (decimal): -13807139 or 14504237. OLE color: 14504237.

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

Color convert

RGB 45 81 221 -
CMYK 0.80 0.63 0 0.13
HSL 227.73º 0.72% 0.52% -
HSV(B) 227.73º 0.8% 0.87% -
XYZ 17.08 11.66 69.76 -
YUV 86.2 204.07 98.62 -
System Red Green Blue C M Y K H S L
Decimal 45 81 221 0.80 0.63 0 0.13 227.73 0.72 0.52
Hex 2D 51 DD 50 3F 0 D E4 48 34
Octal 55 121 335 120 77 0 15 344 110 64
Binary 101101 1010001 11011101 1010000 111111 0 1101 11100100 1001000 110100

Color Harmonies of #2D51DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D51DD

Black with #2D51DD

Text Example


Text Example

White with #2D51DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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