Html Css Color HEX #2B5CFA Royal Blue

📋 copy color: '#2B5CFA'

red 43 ◦ green 92 ◦ blue 250

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

Shades of Royal Blue #2B5CFA

Tints of Royal Blue #2B5CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.9%

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

R = 11.17%
G = 23.9%
B = 64.94%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2B5CFA (or 0x2B5CFA) is known color: Royal Blue. HEX triplet: 2B, 5C and FA. RGB value is (43,92,250). Sum of RGB (Red+Green+Blue) = 43+92+250=385 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.17% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #2B5CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B5CFA is #D4A305. Grayscale: #5E5E5E. Windows color (decimal): -13935366 or 16407595. OLE color: 16407595.

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

Color convert

RGB 43 92 250 -
CMYK 0.83 0.63 0 0.02
HSL 225.8º 0.95% 0.57% -
HSV(B) 225.8º 0.83% 0.98% -
XYZ 22.08 15.07 92.19 -
YUV 95.36 215.27 90.65 -
System Red Green Blue C M Y K H S L
Decimal 43 92 250 0.83 0.63 0 0.02 225.8 0.95 0.57
Hex 2B 5C FA 53 3F 0 2 E2 5F 39
Octal 53 134 372 123 77 0 2 342 137 71
Binary 101011 1011100 11111010 1010011 111111 0 10 11100010 1011111 111001

Color Harmonies of #2B5CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5CFA

Black with #2B5CFA

Text Example


Text Example

White with #2B5CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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