Html Css Color HEX #2B5DFB Royal Blue

📋 copy color: '#2B5DFB'

red 43 ◦ green 93 ◦ blue 251

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

Shades of Royal Blue #2B5DFB

Tints of Royal Blue #2B5DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.03%

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

R = 11.11%
G = 24.03%
B = 64.86%

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

#2B5DFB (or 0x2B5DFB) is known color: Royal Blue. HEX triplet: 2B, 5D and FB. RGB value is (43,93,251). Sum of RGB (Red+Green+Blue) = 43+93+251=387 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.11% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 251 (98.44% from 255 or 64.86% from 387); Max value from RGB is 251 - color contains mainly: blue. Hex color #2B5DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B5DFB is #D4A204. Grayscale: #5F5F5F. Windows color (decimal): -13935109 or 16473387. OLE color: 16473387.

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

Color convert

RGB 43 93 251 -
CMYK 0.83 0.63 0 0.02
HSL 225.58º 0.96% 0.58% -
HSV(B) 225.58º 0.83% 0.98% -
XYZ 22.32 15.31 93.04 -
YUV 96.06 215.44 90.15 -
System Red Green Blue C M Y K H S L
Decimal 43 93 251 0.83 0.63 0 0.02 225.58 0.96 0.58
Hex 2B 5D FB 53 3F 0 2 E2 60 3A
Octal 53 135 373 123 77 0 2 342 140 72
Binary 101011 1011101 11111011 1010011 111111 0 10 11100010 1100000 111010

Color Harmonies of #2B5DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5DFB

Black with #2B5DFB

Text Example


Text Example

White with #2B5DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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