Html Css Color HEX #2B54BC Cerulean Blue

📋 copy color: '#2B54BC'

red 43 ◦ green 84 ◦ blue 188

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

Shades of Cerulean Blue #2B54BC

Tints of Cerulean Blue #2B54BC

RGB

 RED value IS 43 (17.19% from 255) = 13.65%

 GREEN value IS 84 (33.2% from 255) = 26.67%

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

R = 13.65%
G = 26.67%
B = 59.68%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B54BC (or 0x2B54BC) is known color: Cerulean Blue. HEX triplet: 2B, 54 and BC. RGB value is (43,84,188). Sum of RGB (Red+Green+Blue) = 43+84+188=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B54BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B54BC is #D4AB43. Grayscale: #535353. Windows color (decimal): -13937476 or 12342315. OLE color: 12342315.

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

Color convert

RGB 43 84 188 -
CMYK 0.77 0.55 0 0.26
HSL 223.03º 0.63% 0.45% -
HSV(B) 223.03º 0.77% 0.74% -
XYZ 13.24 10.49 48.9 -
YUV 83.6 186.92 99.04 -
System Red Green Blue C M Y K H S L
Decimal 43 84 188 0.77 0.55 0 0.26 223.03 0.63 0.45
Hex 2B 54 BC 4D 37 0 1A DF 3F 2D
Octal 53 124 274 115 67 0 32 337 77 55
Binary 101011 1010100 10111100 1001101 110111 0 11010 11011111 111111 101101

Color Harmonies of #2B54BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B54BC

Black with #2B54BC

Text Example


Text Example

White with #2B54BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,84,188); }

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

background-color css

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

 a { background-color: rgb(43,84,188); }

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

border-color css

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

 span { border-color: rgb(43,84,188); }

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