Html Css Color HEX #2D58BA Cerulean Blue

📋 copy color: '#2D58BA'

red 45 ◦ green 88 ◦ blue 186

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

Shades of Cerulean Blue #2D58BA

Tints of Cerulean Blue #2D58BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.59%

 BLUE value IS 186 (73.05% from 255) = 58.31%

R = 14.11%
G = 27.59%
B = 58.31%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2D58BA (or 0x2D58BA) is known color: Cerulean Blue. HEX triplet: 2D, 58 and BA. RGB value is (45,88,186). Sum of RGB (Red+Green+Blue) = 45+88+186=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D58BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D58BA is #D2A745. Grayscale: #555555. Windows color (decimal): -13805382 or 12212269. OLE color: 12212269.

HSL color Cylindrical-coordinate representation of color #2D58BA: hue angle of 221.7º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D58BA is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 45 88 186 -
CMYK 0.76 0.53 0 0.27
HSL 221.7º 0.61% 0.45% -
HSV(B) 221.7º 0.76% 0.73% -
XYZ 13.43 11.08 47.89 -
YUV 86.32 184.25 98.53 -
System Red Green Blue C M Y K H S L
Decimal 45 88 186 0.76 0.53 0 0.27 221.7 0.61 0.45
Hex 2D 58 BA 4C 35 0 1B DE 3D 2D
Octal 55 130 272 114 65 0 33 336 75 55
Binary 101101 1011000 10111010 1001100 110101 0 11011 11011110 111101 101101

Color Harmonies of #2D58BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D58BA

Black with #2D58BA

Text Example


Text Example

White with #2D58BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,88,186); }

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

background-color css

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

 a { background-color: rgb(45,88,186); }

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

border-color css

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

 span { border-color: rgb(45,88,186); }

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