Html Css Color HEX #2B51BE Cerulean Blue

📋 copy color: '#2B51BE'

red 43 ◦ green 81 ◦ blue 190

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

Shades of Cerulean Blue #2B51BE

Tints of Cerulean Blue #2B51BE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.8%

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

R = 13.69%
G = 25.8%
B = 60.51%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B51BE (or 0x2B51BE) is known color: Cerulean Blue. HEX triplet: 2B, 51 and BE. RGB value is (43,81,190). Sum of RGB (Red+Green+Blue) = 43+81+190=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B51BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B51BE is #D4AE41. Grayscale: #515151. Windows color (decimal): -13938242 or 12472619. OLE color: 12472619.

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

Color convert

RGB 43 81 190 -
CMYK 0.77 0.57 0 0.25
HSL 224.49º 0.63% 0.46% -
HSV(B) 224.49º 0.77% 0.75% -
XYZ 13.23 10.12 49.97 -
YUV 82.06 188.91 100.14 -
System Red Green Blue C M Y K H S L
Decimal 43 81 190 0.77 0.57 0 0.25 224.49 0.63 0.46
Hex 2B 51 BE 4D 39 0 19 E0 3F 2E
Octal 53 121 276 115 71 0 31 340 77 56
Binary 101011 1010001 10111110 1001101 111001 0 11001 11100000 111111 101110

Color Harmonies of #2B51BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B51BE

Black with #2B51BE

Text Example


Text Example

White with #2B51BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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