Html Css Color HEX #2B56FA Royal Blue

📋 copy color: '#2B56FA'

red 43 ◦ green 86 ◦ blue 250

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

Shades of Royal Blue #2B56FA

Tints of Royal Blue #2B56FA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.69%

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

R = 11.35%
G = 22.69%
B = 65.96%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2B56FA (or 0x2B56FA) is known color: Royal Blue. HEX triplet: 2B, 56 and FA. RGB value is (43,86,250). Sum of RGB (Red+Green+Blue) = 43+86+250=379 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.35% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #2B56FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B56FA is #D4A905. Grayscale: #5B5B5B. Windows color (decimal): -13936902 or 16406059. OLE color: 16406059.

HSL color Cylindrical-coordinate representation of color #2B56FA: hue angle of 227.54º 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 #2B56FA is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 43 86 250 -
CMYK 0.83 0.66 0 0.02
HSL 227.54º 0.95% 0.57% -
HSV(B) 227.54º 0.83% 0.98% -
XYZ 21.58 14.07 92.02 -
YUV 91.84 217.25 93.16 -
System Red Green Blue C M Y K H S L
Decimal 43 86 250 0.83 0.66 0 0.02 227.54 0.95 0.57
Hex 2B 56 FA 53 42 0 2 E4 5F 39
Octal 53 126 372 123 102 0 2 344 137 71
Binary 101011 1010110 11111010 1010011 1000010 0 10 11100100 1011111 111001

Color Harmonies of #2B56FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B56FA

Black with #2B56FA

Text Example


Text Example

White with #2B56FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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