Html Css Color HEX #2B51EA Royal Blue

📋 copy color: '#2B51EA'

red 43 ◦ green 81 ◦ blue 234

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

Shades of Royal Blue #2B51EA

Tints of Royal Blue #2B51EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 65.36%

R = 12.01%
G = 22.63%
B = 65.36%

CMYK

 C value IS 0.82

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2B51EA (or 0x2B51EA) is known color: Royal Blue. HEX triplet: 2B, 51 and EA. RGB value is (43,81,234). Sum of RGB (Red+Green+Blue) = 43+81+234=358 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.01% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #2B51EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B51EA is #D4AE15. Grayscale: #565656. Windows color (decimal): -13938198 or 15356203. OLE color: 15356203.

HSL color Cylindrical-coordinate representation of color #2B51EA: hue angle of 228.06º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B51EA is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 81 234 -
CMYK 0.82 0.65 0 0.08
HSL 228.06º 0.82% 0.54% -
HSV(B) 228.06º 0.82% 0.92% -
XYZ 18.79 12.34 79.23 -
YUV 87.08 210.91 96.56 -
System Red Green Blue C M Y K H S L
Decimal 43 81 234 0.82 0.65 0 0.08 228.06 0.82 0.54
Hex 2B 51 EA 52 41 0 8 E4 52 36
Octal 53 121 352 122 101 0 10 344 122 66
Binary 101011 1010001 11101010 1010010 1000001 0 1000 11100100 1010010 110110

Color Harmonies of #2B51EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B51EA

Black with #2B51EA

Text Example


Text Example

White with #2B51EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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