Html Css Color HEX #215BFB Royal Blue

📋 copy color: '#215BFB'

red 33 ◦ green 91 ◦ blue 251

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

Shades of Royal Blue #215BFB

Tints of Royal Blue #215BFB

RGB

 RED value IS 33 (13.28% from 255) = 8.8%

 GREEN value IS 91 (35.94% from 255) = 24.27%

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

R = 8.8%
G = 24.27%
B = 66.93%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#215BFB (or 0x215BFB) is known color: Royal Blue. HEX triplet: 21, 5B and FB. RGB value is (33,91,251). Sum of RGB (Red+Green+Blue) = 33+91+251=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #215BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215BFB is #DEA404. Grayscale: #5B5B5B. Windows color (decimal): -14590981 or 16472865. OLE color: 16472865.

HSL color Cylindrical-coordinate representation of color #215BFB: hue angle of 224.04º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #215BFB is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 33 91 251 -
CMYK 0.87 0.64 0 0.02
HSL 224.04º 0.96% 0.56% -
HSV(B) 224.04º 0.87% 0.98% -
XYZ 21.78 14.77 92.97 -
YUV 91.9 217.78 85.99 -
System Red Green Blue C M Y K H S L
Decimal 33 91 251 0.87 0.64 0 0.02 224.04 0.96 0.56
Hex 21 5B FB 57 40 0 2 E0 60 38
Octal 41 133 373 127 100 0 2 340 140 70
Binary 100001 1011011 11111011 1010111 1000000 0 10 11100000 1100000 111000

Color Harmonies of #215BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215BFB

Black with #215BFB

Text Example


Text Example

White with #215BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215BFB; }

 p { color: rgb(33,91,251); }

 H1.HeaderClassName
 {
   color: #215BFB;
 }
 .AnyTagClassName
 {
   color: #215BFB;
 }
</style>

background-color css

<style>
 a { background-color: #215BFB; }

 a { background-color: rgb(33,91,251); }

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

border-color css

<style>
 span { border-color: #215BFB; }

 span { border-color: rgb(33,91,251); }

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