Html Css Color HEX #2B5FFB Royal Blue

📋 copy color: '#2B5FFB'

red 43 ◦ green 95 ◦ blue 251

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

Shades of Royal Blue #2B5FFB

Tints of Royal Blue #2B5FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.42%

 BLUE value IS 251 (98.44% from 255) = 64.52%

R = 11.05%
G = 24.42%
B = 64.52%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2B5FFB (or 0x2B5FFB) is known color: Royal Blue. HEX triplet: 2B, 5F and FB. RGB value is (43,95,251). Sum of RGB (Red+Green+Blue) = 43+95+251=389 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.05% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #2B5FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B5FFB is #D4A004. Grayscale: #606060. Windows color (decimal): -13934597 or 16473899. OLE color: 16473899.

HSL color Cylindrical-coordinate representation of color #2B5FFB: hue angle of 225º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B5FFB is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 43 95 251 -
CMYK 0.83 0.62 0 0.02
HSL 225º 0.96% 0.58% -
HSV(B) 225º 0.83% 0.98% -
XYZ 22.5 15.66 93.1 -
YUV 97.24 214.77 89.32 -
System Red Green Blue C M Y K H S L
Decimal 43 95 251 0.83 0.62 0 0.02 225 0.96 0.58
Hex 2B 5F FB 53 3E 0 2 E1 60 3A
Octal 53 137 373 123 76 0 2 341 140 72
Binary 101011 1011111 11111011 1010011 111110 0 10 11100001 1100000 111010

Color Harmonies of #2B5FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5FFB

Black with #2B5FFB

Text Example


Text Example

White with #2B5FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,95,251); }

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

background-color css

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

 a { background-color: rgb(43,95,251); }

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

border-color css

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

 span { border-color: rgb(43,95,251); }

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