Html Css Color HEX #2B5EBE Cerulean Blue

📋 copy color: '#2B5EBE'

red 43 ◦ green 94 ◦ blue 190

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

Shades of Cerulean Blue #2B5EBE

Tints of Cerulean Blue #2B5EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 58.1%

R = 13.15%
G = 28.75%
B = 58.1%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B5EBE (or 0x2B5EBE) is known color: Cerulean Blue. HEX triplet: 2B, 5E and BE. RGB value is (43,94,190). Sum of RGB (Red+Green+Blue) = 43+94+190=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B5EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5EBE is #D4A141. Grayscale: #595959. Windows color (decimal): -13934914 or 12475947. OLE color: 12475947.

HSL color Cylindrical-coordinate representation of color #2B5EBE: hue angle of 219.18º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B5EBE is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 94 190 -
CMYK 0.77 0.51 0 0.25
HSL 219.18º 0.63% 0.46% -
HSV(B) 219.18º 0.77% 0.75% -
XYZ 14.29 12.24 50.32 -
YUV 89.7 184.6 94.69 -
System Red Green Blue C M Y K H S L
Decimal 43 94 190 0.77 0.51 0 0.25 219.18 0.63 0.46
Hex 2B 5E BE 4D 33 0 19 DB 3F 2E
Octal 53 136 276 115 63 0 31 333 77 56
Binary 101011 1011110 10111110 1001101 110011 0 11001 11011011 111111 101110

Color Harmonies of #2B5EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5EBE

Black with #2B5EBE

Text Example


Text Example

White with #2B5EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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