Html Css Color HEX #2D5DAB Cerulean Blue

📋 copy color: '#2D5DAB'

red 45 ◦ green 93 ◦ blue 171

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

Shades of Cerulean Blue #2D5DAB

Tints of Cerulean Blue #2D5DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 55.34%

R = 14.56%
G = 30.1%
B = 55.34%

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

#2D5DAB (or 0x2D5DAB) is known color: Cerulean Blue. HEX triplet: 2D, 5D and AB. RGB value is (45,93,171). Sum of RGB (Red+Green+Blue) = 45+93+171=309 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.56% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D5DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5DAB is #D2A254. Grayscale: #575757. Windows color (decimal): -13804117 or 11230509. OLE color: 11230509.

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

Color convert

RGB 45 93 171 -
CMYK 0.74 0.46 0 0.33
HSL 217.14º 0.58% 0.42% -
HSV(B) 217.14º 0.74% 0.67% -
XYZ 12.35 11.33 40.06 -
YUV 87.54 175.1 97.66 -
System Red Green Blue C M Y K H S L
Decimal 45 93 171 0.74 0.46 0 0.33 217.14 0.58 0.42
Hex 2D 5D AB 4A 2E 0 21 D9 3A 2A
Octal 55 135 253 112 56 0 41 331 72 52
Binary 101101 1011101 10101011 1001010 101110 0 100001 11011001 111010 101010

Color Harmonies of #2D5DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5DAB

Black with #2D5DAB

Text Example


Text Example

White with #2D5DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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