Html Css Color HEX #215CFB Royal Blue

📋 copy color: '#215CFB'

red 33 ◦ green 92 ◦ blue 251

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

Shades of Royal Blue #215CFB

Tints of Royal Blue #215CFB

RGB

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

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

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

R = 8.78%
G = 24.47%
B = 66.76%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#215CFB (or 0x215CFB) is known color: Royal Blue. HEX triplet: 21, 5C and FB. RGB value is (33,92,251). Sum of RGB (Red+Green+Blue) = 33+92+251=376 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.78% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #215CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215CFB is #DEA304. Grayscale: #5B5B5B. Windows color (decimal): -14590725 or 16473121. OLE color: 16473121.

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

Color convert

RGB 33 92 251 -
CMYK 0.87 0.63 0 0.02
HSL 223.76º 0.96% 0.56% -
HSV(B) 223.76º 0.87% 0.98% -
XYZ 21.87 14.94 93 -
YUV 92.49 217.45 85.57 -
System Red Green Blue C M Y K H S L
Decimal 33 92 251 0.87 0.63 0 0.02 223.76 0.96 0.56
Hex 21 5C FB 57 3F 0 2 E0 60 38
Octal 41 134 373 127 77 0 2 340 140 70
Binary 100001 1011100 11111011 1010111 111111 0 10 11100000 1100000 111000

Color Harmonies of #215CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215CFB

Black with #215CFB

Text Example


Text Example

White with #215CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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