Html Css Color HEX #2B4CEA Royal Blue

📋 copy color: '#2B4CEA'

red 43 ◦ green 76 ◦ blue 234

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

Shades of Royal Blue #2B4CEA

Tints of Royal Blue #2B4CEA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.53%

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

R = 12.18%
G = 21.53%
B = 66.29%

CMYK

 C value IS 0.82

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2B4CEA (or 0x2B4CEA) is known color: Royal Blue. HEX triplet: 2B, 4C and EA. RGB value is (43,76,234). Sum of RGB (Red+Green+Blue) = 43+76+234=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #2B4CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B4CEA is #D4B315. Grayscale: #535353. Windows color (decimal): -13939478 or 15354923. OLE color: 15354923.

HSL color Cylindrical-coordinate representation of color #2B4CEA: hue angle of 229.63º 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 #2B4CEA is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 76 234 -
CMYK 0.82 0.68 0 0.08
HSL 229.63º 0.82% 0.54% -
HSV(B) 229.63º 0.82% 0.92% -
XYZ 18.43 11.62 79.11 -
YUV 84.15 212.57 98.65 -
System Red Green Blue C M Y K H S L
Decimal 43 76 234 0.82 0.68 0 0.08 229.63 0.82 0.54
Hex 2B 4C EA 52 44 0 8 E6 52 36
Octal 53 114 352 122 104 0 10 346 122 66
Binary 101011 1001100 11101010 1010010 1000100 0 1000 11100110 1010010 110110

Color Harmonies of #2B4CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4CEA

Black with #2B4CEA

Text Example


Text Example

White with #2B4CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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