Html Css Color HEX #2B5BBA Cerulean Blue

📋 copy color: '#2B5BBA'

red 43 ◦ green 91 ◦ blue 186

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

Shades of Cerulean Blue #2B5BBA

Tints of Cerulean Blue #2B5BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.44%

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

R = 13.44%
G = 28.44%
B = 58.13%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B5BBA (or 0x2B5BBA) is known color: Cerulean Blue. HEX triplet: 2B, 5B and BA. RGB value is (43,91,186). Sum of RGB (Red+Green+Blue) = 43+91+186=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B5BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5BBA is #D4A445. Grayscale: #575757. Windows color (decimal): -13935686 or 12213035. OLE color: 12213035.

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

Color convert

RGB 43 91 186 -
CMYK 0.77 0.51 0 0.27
HSL 219.86º 0.62% 0.45% -
HSV(B) 219.86º 0.77% 0.73% -
XYZ 13.6 11.54 47.97 -
YUV 87.48 183.6 96.28 -
System Red Green Blue C M Y K H S L
Decimal 43 91 186 0.77 0.51 0 0.27 219.86 0.62 0.45
Hex 2B 5B BA 4D 33 0 1B DC 3E 2D
Octal 53 133 272 115 63 0 33 334 76 55
Binary 101011 1011011 10111010 1001101 110011 0 11011 11011100 111110 101101

Color Harmonies of #2B5BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5BBA

Black with #2B5BBA

Text Example


Text Example

White with #2B5BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,91,186); }

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

background-color css

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

 a { background-color: rgb(43,91,186); }

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

border-color css

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

 span { border-color: rgb(43,91,186); }

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