Html Css Color HEX #2D4CDC Cerulean Blue

📋 copy color: '#2D4CDC'

red 45 ◦ green 76 ◦ blue 220

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

Shades of Cerulean Blue #2D4CDC

Tints of Cerulean Blue #2D4CDC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.29%

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

R = 13.2%
G = 22.29%
B = 64.52%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2D4CDC (or 0x2D4CDC) is known color: Cerulean Blue. HEX triplet: 2D, 4C and DC. RGB value is (45,76,220). Sum of RGB (Red+Green+Blue) = 45+76+220=341 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.20% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D4CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D4CDC is #D2B323. Grayscale: #525252. Windows color (decimal): -13808420 or 14437421. OLE color: 14437421.

HSL color Cylindrical-coordinate representation of color #2D4CDC: hue angle of 229.37º 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 #2D4CDC is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 45 76 220 -
CMYK 0.80 0.65 0 0.14
HSL 229.37º 0.71% 0.52% -
HSV(B) 229.37º 0.8% 0.86% -
XYZ 16.58 10.89 68.94 -
YUV 83.15 205.23 100.79 -
System Red Green Blue C M Y K H S L
Decimal 45 76 220 0.80 0.65 0 0.14 229.37 0.71 0.52
Hex 2D 4C DC 50 41 0 E E5 47 34
Octal 55 114 334 120 101 0 16 345 107 64
Binary 101101 1001100 11011100 1010000 1000001 0 1110 11100101 1000111 110100

Color Harmonies of #2D4CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4CDC

Black with #2D4CDC

Text Example


Text Example

White with #2D4CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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