Html Css Color HEX #2B5BFA Royal Blue

📋 copy color: '#2B5BFA'

red 43 ◦ green 91 ◦ blue 250

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

Shades of Royal Blue #2B5BFA

Tints of Royal Blue #2B5BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.1%

R = 11.2%
G = 23.7%
B = 65.1%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2B5BFA (or 0x2B5BFA) is known color: Royal Blue. HEX triplet: 2B, 5B and FA. RGB value is (43,91,250). Sum of RGB (Red+Green+Blue) = 43+91+250=384 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.20% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #2B5BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B5BFA is #D4A405. Grayscale: #5E5E5E. Windows color (decimal): -13935622 or 16407339. OLE color: 16407339.

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

Color convert

RGB 43 91 250 -
CMYK 0.83 0.64 0 0.02
HSL 226.09º 0.95% 0.57% -
HSV(B) 226.09º 0.83% 0.98% -
XYZ 21.99 14.9 92.16 -
YUV 94.77 215.6 91.07 -
System Red Green Blue C M Y K H S L
Decimal 43 91 250 0.83 0.64 0 0.02 226.09 0.95 0.57
Hex 2B 5B FA 53 40 0 2 E2 5F 39
Octal 53 133 372 123 100 0 2 342 137 71
Binary 101011 1011011 11111010 1010011 1000000 0 10 11100010 1011111 111001

Color Harmonies of #2B5BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5BFA

Black with #2B5BFA

Text Example


Text Example

White with #2B5BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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