Html Css Color HEX #2D5EBC Cerulean Blue

📋 copy color: '#2D5EBC'

red 45 ◦ green 94 ◦ blue 188

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

Shades of Cerulean Blue #2D5EBC

Tints of Cerulean Blue #2D5EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.75%

 BLUE value IS 188 (73.83% from 255) = 57.49%

R = 13.76%
G = 28.75%
B = 57.49%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2D5EBC (or 0x2D5EBC) is known color: Cerulean Blue. HEX triplet: 2D, 5E and BC. RGB value is (45,94,188). Sum of RGB (Red+Green+Blue) = 45+94+188=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D5EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5EBC is #D2A143. Grayscale: #595959. Windows color (decimal): -13803844 or 12344877. OLE color: 12344877.

HSL color Cylindrical-coordinate representation of color #2D5EBC: hue angle of 219.44º degrees, saturation: 0.61, 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 #2D5EBC is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 45 94 188 -
CMYK 0.76 0.50 0 0.26
HSL 219.44º 0.61% 0.46% -
HSV(B) 219.44º 0.76% 0.74% -
XYZ 14.16 12.19 49.18 -
YUV 90.07 183.27 95.86 -
System Red Green Blue C M Y K H S L
Decimal 45 94 188 0.76 0.50 0 0.26 219.44 0.61 0.46
Hex 2D 5E BC 4C 32 0 1A DB 3D 2E
Octal 55 136 274 114 62 0 32 333 75 56
Binary 101101 1011110 10111100 1001100 110010 0 11010 11011011 111101 101110

Color Harmonies of #2D5EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5EBC

Black with #2D5EBC

Text Example


Text Example

White with #2D5EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,94,188); }

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

background-color css

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

 a { background-color: rgb(45,94,188); }

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

border-color css

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

 span { border-color: rgb(45,94,188); }

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