Html Css Color HEX #2B5BFF Royal Blue

📋 copy color: '#2B5BFF'

red 43 ◦ green 91 ◦ blue 255

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

Shades of Royal Blue #2B5BFF

Tints of Royal Blue #2B5BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.39%

 BLUE value IS 255 (100% from 255) = 65.55%

R = 11.05%
G = 23.39%
B = 65.55%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2B5BFF (or 0x2B5BFF) is known color: Royal Blue. HEX triplet: 2B, 5B and FF. RGB value is (43,91,255). Sum of RGB (Red+Green+Blue) = 43+91+255=389 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.05% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B5BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B5BFF is #D4A400. Grayscale: #5E5E5E. Windows color (decimal): -13935617 or 16735019. OLE color: 16735019.

HSL color Cylindrical-coordinate representation of color #2B5BFF: hue angle of 226.42º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B5BFF is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 43 91 255 -
CMYK 0.83 0.64 0 0
HSL 226.42º 1% 0.58% -
HSV(B) 226.42º 0.83% 1% -
XYZ 22.79 15.22 96.34 -
YUV 95.34 218.1 90.66 -
System Red Green Blue C M Y K H S L
Decimal 43 91 255 0.83 0.64 0 0 226.42 1 0.58
Hex 2B 5B FF 53 40 0 0 E2 64 3A
Octal 53 133 377 123 100 0 0 342 144 72
Binary 101011 1011011 11111111 1010011 1000000 0 0 11100010 1100100 111010

Color Harmonies of #2B5BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5BFF

Black with #2B5BFF

Text Example


Text Example

White with #2B5BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,91,255); }

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

background-color css

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

 a { background-color: rgb(43,91,255); }

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

border-color css

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

 span { border-color: rgb(43,91,255); }

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