Html Css Color HEX #215FFA Royal Blue

📋 copy color: '#215FFA'

red 33 ◦ green 95 ◦ blue 250

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

Shades of Royal Blue #215FFA

Tints of Royal Blue #215FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.14%

R = 8.73%
G = 25.13%
B = 66.14%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#215FFA (or 0x215FFA) is known color: Royal Blue. HEX triplet: 21, 5F and FA. RGB value is (33,95,250). Sum of RGB (Red+Green+Blue) = 33+95+250=378 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.73% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #215FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215FFA is #DEA005. Grayscale: #5D5D5D. Windows color (decimal): -14589958 or 16408353. OLE color: 16408353.

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

Color convert

RGB 33 95 250 -
CMYK 0.87 0.62 0 0.02
HSL 222.86º 0.96% 0.55% -
HSV(B) 222.86º 0.87% 0.98% -
XYZ 21.97 15.41 92.26 -
YUV 94.13 215.96 84.4 -
System Red Green Blue C M Y K H S L
Decimal 33 95 250 0.87 0.62 0 0.02 222.86 0.96 0.55
Hex 21 5F FA 57 3E 0 2 DF 60 37
Octal 41 137 372 127 76 0 2 337 140 67
Binary 100001 1011111 11111010 1010111 111110 0 10 11011111 1100000 110111

Color Harmonies of #215FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215FFA

Black with #215FFA

Text Example


Text Example

White with #215FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,95,250); }

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

background-color css

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

 a { background-color: rgb(33,95,250); }

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

border-color css

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

 span { border-color: rgb(33,95,250); }

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