Html Css Color HEX #2D55BD Cerulean Blue

📋 copy color: '#2D55BD'

red 45 ◦ green 85 ◦ blue 189

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

Shades of Cerulean Blue #2D55BD

Tints of Cerulean Blue #2D55BD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.65%

 BLUE value IS 189 (74.22% from 255) = 59.25%

R = 14.11%
G = 26.65%
B = 59.25%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2D55BD (or 0x2D55BD) is known color: Cerulean Blue. HEX triplet: 2D, 55 and BD. RGB value is (45,85,189). Sum of RGB (Red+Green+Blue) = 45+85+189=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #2D55BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D55BD is #D2AA42. Grayscale: #545454. Windows color (decimal): -13806147 or 12408109. OLE color: 12408109.

HSL color Cylindrical-coordinate representation of color #2D55BD: hue angle of 223.33º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D55BD is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 45 85 189 -
CMYK 0.76 0.55 0 0.26
HSL 223.33º 0.62% 0.46% -
HSV(B) 223.33º 0.76% 0.74% -
XYZ 13.52 10.73 49.5 -
YUV 84.9 186.75 99.54 -
System Red Green Blue C M Y K H S L
Decimal 45 85 189 0.76 0.55 0 0.26 223.33 0.62 0.46
Hex 2D 55 BD 4C 37 0 1A DF 3E 2E
Octal 55 125 275 114 67 0 32 337 76 56
Binary 101101 1010101 10111101 1001100 110111 0 11010 11011111 111110 101110

Color Harmonies of #2D55BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D55BD

Black with #2D55BD

Text Example


Text Example

White with #2D55BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,85,189); }

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

background-color css

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

 a { background-color: rgb(45,85,189); }

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

border-color css

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

 span { border-color: rgb(45,85,189); }

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