Html Css Color HEX #2B57EC Royal Blue

📋 copy color: '#2B57EC'

red 43 ◦ green 87 ◦ blue 236

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

Shades of Royal Blue #2B57EC

Tints of Royal Blue #2B57EC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.77%

 BLUE value IS 236 (92.58% from 255) = 64.48%

R = 11.75%
G = 23.77%
B = 64.48%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2B57EC (or 0x2B57EC) is known color: Royal Blue. HEX triplet: 2B, 57 and EC. RGB value is (43,87,236). Sum of RGB (Red+Green+Blue) = 43+87+236=366 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.75% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B57EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B57EC is #D4A813. Grayscale: #5A5A5A. Windows color (decimal): -13936660 or 15488811. OLE color: 15488811.

HSL color Cylindrical-coordinate representation of color #2B57EC: hue angle of 226.32º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B57EC is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 87 236 -
CMYK 0.82 0.63 0 0.07
HSL 226.32º 0.84% 0.55% -
HSV(B) 226.32º 0.82% 0.93% -
XYZ 19.54 13.39 80.91 -
YUV 90.83 209.92 93.88 -
System Red Green Blue C M Y K H S L
Decimal 43 87 236 0.82 0.63 0 0.07 226.32 0.84 0.55
Hex 2B 57 EC 52 3F 0 7 E2 54 37
Octal 53 127 354 122 77 0 7 342 124 67
Binary 101011 1010111 11101100 1010010 111111 0 111 11100010 1010100 110111

Color Harmonies of #2B57EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B57EC

Black with #2B57EC

Text Example


Text Example

White with #2B57EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,87,236); }

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

background-color css

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

 a { background-color: rgb(43,87,236); }

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

border-color css

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

 span { border-color: rgb(43,87,236); }

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