Html Css Color HEX #2B4FE1 Royal Blue

📋 copy color: '#2B4FE1'

red 43 ◦ green 79 ◦ blue 225

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

Shades of Royal Blue #2B4FE1

Tints of Royal Blue #2B4FE1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.77%

 BLUE value IS 225 (88.28% from 255) = 64.84%

R = 12.39%
G = 22.77%
B = 64.84%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2B4FE1 (or 0x2B4FE1) is known color: Royal Blue. HEX triplet: 2B, 4F and E1. RGB value is (43,79,225). Sum of RGB (Red+Green+Blue) = 43+79+225=347 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.39% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 225 (88.28% from 255 or 64.84% from 347); Max value from RGB is 225 - color contains mainly: blue. Hex color #2B4FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4FE1 is #D4B01E. Grayscale: #545454. Windows color (decimal): -13938719 or 14765867. OLE color: 14765867.

HSL color Cylindrical-coordinate representation of color #2B4FE1: hue angle of 228.13º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B4FE1 is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 43 79 225 -
CMYK 0.81 0.65 0 0.12
HSL 228.13º 0.75% 0.53% -
HSV(B) 228.13º 0.81% 0.88% -
XYZ 17.38 11.54 72.55 -
YUV 84.88 207.07 98.13 -
System Red Green Blue C M Y K H S L
Decimal 43 79 225 0.81 0.65 0 0.12 228.13 0.75 0.53
Hex 2B 4F E1 51 41 0 C E4 4B 35
Octal 53 117 341 121 101 0 14 344 113 65
Binary 101011 1001111 11100001 1010001 1000001 0 1100 11100100 1001011 110101

Color Harmonies of #2B4FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4FE1

Black with #2B4FE1

Text Example


Text Example

White with #2B4FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,79,225); }

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

background-color css

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

 a { background-color: rgb(43,79,225); }

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

border-color css

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

 span { border-color: rgb(43,79,225); }

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