Html Css Color HEX #215AFB Royal Blue

📋 copy color: '#215AFB'

red 33 ◦ green 90 ◦ blue 251

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

Shades of Royal Blue #215AFB

Tints of Royal Blue #215AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.06%

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

R = 8.82%
G = 24.06%
B = 67.11%

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

#215AFB (or 0x215AFB) is known color: Royal Blue. HEX triplet: 21, 5A and FB. RGB value is (33,90,251). Sum of RGB (Red+Green+Blue) = 33+90+251=374 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.82% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #215AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215AFB is #DEA504. Grayscale: #5A5A5A. Windows color (decimal): -14591237 or 16472609. OLE color: 16472609.

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

Color convert

RGB 33 90 251 -
CMYK 0.87 0.64 0 0.02
HSL 224.31º 0.96% 0.56% -
HSV(B) 224.31º 0.87% 0.98% -
XYZ 21.7 14.6 92.94 -
YUV 91.31 218.12 86.41 -
System Red Green Blue C M Y K H S L
Decimal 33 90 251 0.87 0.64 0 0.02 224.31 0.96 0.56
Hex 21 5A FB 57 40 0 2 E0 60 38
Octal 41 132 373 127 100 0 2 340 140 70
Binary 100001 1011010 11111011 1010111 1000000 0 10 11100000 1100000 111000

Color Harmonies of #215AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215AFB

Black with #215AFB

Text Example


Text Example

White with #215AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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