Html Css Color HEX #2B5BEB Royal Blue

📋 copy color: '#2B5BEB'

red 43 ◦ green 91 ◦ blue 235

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

Shades of Royal Blue #2B5BEB

Tints of Royal Blue #2B5BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.69%

R = 11.65%
G = 24.66%
B = 63.69%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2B5BEB (or 0x2B5BEB) is known color: Royal Blue. HEX triplet: 2B, 5B and EB. RGB value is (43,91,235). Sum of RGB (Red+Green+Blue) = 43+91+235=369 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.65% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #2B5BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B5BEB is #D4A414. Grayscale: #5C5C5C. Windows color (decimal): -13935637 or 15424299. OLE color: 15424299.

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

Color convert

RGB 43 91 235 -
CMYK 0.82 0.61 0 0.08
HSL 225º 0.83% 0.55% -
HSV(B) 225º 0.82% 0.92% -
XYZ 19.73 13.99 80.26 -
YUV 93.06 208.1 92.29 -
System Red Green Blue C M Y K H S L
Decimal 43 91 235 0.82 0.61 0 0.08 225 0.83 0.55
Hex 2B 5B EB 52 3D 0 8 E1 53 37
Octal 53 133 353 122 75 0 10 341 123 67
Binary 101011 1011011 11101011 1010010 111101 0 1000 11100001 1010011 110111

Color Harmonies of #2B5BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5BEB

Black with #2B5BEB

Text Example


Text Example

White with #2B5BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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