Html Css Color HEX #2B54F6 Royal Blue

📋 copy color: '#2B54F6'

red 43 ◦ green 84 ◦ blue 246

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

Shades of Royal Blue #2B54F6

Tints of Royal Blue #2B54F6

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.52%

 BLUE value IS 246 (96.48% from 255) = 65.95%

R = 11.53%
G = 22.52%
B = 65.95%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2B54F6 (or 0x2B54F6) is known color: Royal Blue. HEX triplet: 2B, 54 and F6. RGB value is (43,84,246). Sum of RGB (Red+Green+Blue) = 43+84+246=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 246 (96.48% from 255 or 65.95% from 373); Max value from RGB is 246 - color contains mainly: blue. Hex color #2B54F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B54F6 is #D4AB09. Grayscale: #595959. Windows color (decimal): -13937418 or 16143403. OLE color: 16143403.

HSL color Cylindrical-coordinate representation of color #2B54F6: hue angle of 227.88º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B54F6 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 43 84 246 -
CMYK 0.83 0.66 0 0.04
HSL 227.88º 0.92% 0.57% -
HSV(B) 227.88º 0.83% 0.96% -
XYZ 20.8 13.51 88.7 -
YUV 90.21 215.92 94.33 -
System Red Green Blue C M Y K H S L
Decimal 43 84 246 0.83 0.66 0 0.04 227.88 0.92 0.57
Hex 2B 54 F6 53 42 0 4 E4 5C 39
Octal 53 124 366 123 102 0 4 344 134 71
Binary 101011 1010100 11110110 1010011 1000010 0 100 11100100 1011100 111001

Color Harmonies of #2B54F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B54F6

Black with #2B54F6

Text Example


Text Example

White with #2B54F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,84,246); }

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

background-color css

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

 a { background-color: rgb(43,84,246); }

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

border-color css

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

 span { border-color: rgb(43,84,246); }

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