Html Css Color HEX #2B5EBA Cerulean Blue

📋 copy color: '#2B5EBA'

red 43 ◦ green 94 ◦ blue 186

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

Shades of Cerulean Blue #2B5EBA

Tints of Cerulean Blue #2B5EBA

RGB

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

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

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

R = 13.31%
G = 29.1%
B = 57.59%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B5EBA (or 0x2B5EBA) is known color: Cerulean Blue. HEX triplet: 2B, 5E and BA. RGB value is (43,94,186). Sum of RGB (Red+Green+Blue) = 43+94+186=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B5EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5EBA is #D4A145. Grayscale: #585858. Windows color (decimal): -13934918 or 12213803. OLE color: 12213803.

HSL color Cylindrical-coordinate representation of color #2B5EBA: hue angle of 218.6º 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 #2B5EBA is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 94 186 -
CMYK 0.77 0.49 0 0.27
HSL 218.6º 0.62% 0.45% -
HSV(B) 218.6º 0.77% 0.73% -
XYZ 13.86 12.06 48.05 -
YUV 89.24 182.6 95.02 -
System Red Green Blue C M Y K H S L
Decimal 43 94 186 0.77 0.49 0 0.27 218.6 0.62 0.45
Hex 2B 5E BA 4D 31 0 1B DB 3E 2D
Octal 53 136 272 115 61 0 33 333 76 55
Binary 101011 1011110 10111010 1001101 110001 0 11011 11011011 111110 101101

Color Harmonies of #2B5EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5EBA

Black with #2B5EBA

Text Example


Text Example

White with #2B5EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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