Html Css Color HEX #215FFE Royal Blue

📋 copy color: '#215FFE'

red 33 ◦ green 95 ◦ blue 254

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

Shades of Royal Blue #215FFE

Tints of Royal Blue #215FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 66.49%

R = 8.64%
G = 24.87%
B = 66.49%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#215FFE (or 0x215FFE) is known color: Royal Blue. HEX triplet: 21, 5F and FE. RGB value is (33,95,254). Sum of RGB (Red+Green+Blue) = 33+95+254=382 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.64% from 382); Green value is 95 (37.5% from 255 or 24.87% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #215FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215FFE is #DEA001. Grayscale: #5D5D5D. Windows color (decimal): -14589954 or 16670497. OLE color: 16670497.

HSL color Cylindrical-coordinate representation of color #215FFE: hue angle of 223.17º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #215FFE is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 33 95 254 -
CMYK 0.87 0.63 0 0.00
HSL 223.17º 0.99% 0.56% -
HSV(B) 223.17º 0.87% 1% -
XYZ 22.61 15.66 95.6 -
YUV 94.59 217.96 84.07 -
System Red Green Blue C M Y K H S L
Decimal 33 95 254 0.87 0.63 0 0.00 223.17 0.99 0.56
Hex 21 5F FE 57 3F 0 0 DF 63 38
Octal 41 137 376 127 77 0 0 337 143 70
Binary 100001 1011111 11111110 1010111 111111 0 0 11011111 1100011 111000

Color Harmonies of #215FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215FFE

Black with #215FFE

Text Example


Text Example

White with #215FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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