Html Css Color HEX #2D5DAC Cerulean Blue

📋 copy color: '#2D5DAC'

red 45 ◦ green 93 ◦ blue 172

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

Shades of Cerulean Blue #2D5DAC

Tints of Cerulean Blue #2D5DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30%

 BLUE value IS 172 (67.58% from 255) = 55.48%

R = 14.52%
G = 30%
B = 55.48%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2D5DAC (or 0x2D5DAC) is known color: Cerulean Blue. HEX triplet: 2D, 5D and AC. RGB value is (45,93,172). Sum of RGB (Red+Green+Blue) = 45+93+172=310 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.52% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D5DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5DAC is #D2A253. Grayscale: #575757. Windows color (decimal): -13804116 or 11296045. OLE color: 11296045.

HSL color Cylindrical-coordinate representation of color #2D5DAC: hue angle of 217.32º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D5DAC is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 45 93 172 -
CMYK 0.74 0.46 0 0.33
HSL 217.32º 0.59% 0.43% -
HSV(B) 217.32º 0.74% 0.67% -
XYZ 12.44 11.37 40.57 -
YUV 87.65 175.6 97.58 -
System Red Green Blue C M Y K H S L
Decimal 45 93 172 0.74 0.46 0 0.33 217.32 0.59 0.43
Hex 2D 5D AC 4A 2E 0 21 D9 3B 2B
Octal 55 135 254 112 56 0 41 331 73 53
Binary 101101 1011101 10101100 1001010 101110 0 100001 11011001 111011 101011

Color Harmonies of #2D5DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5DAC

Black with #2D5DAC

Text Example


Text Example

White with #2D5DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,93,172); }

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

background-color css

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

 a { background-color: rgb(45,93,172); }

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

border-color css

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

 span { border-color: rgb(45,93,172); }

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