Html Css Color HEX #215CFD Royal Blue

📋 copy color: '#215CFD'

red 33 ◦ green 92 ◦ blue 253

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

Shades of Royal Blue #215CFD

Tints of Royal Blue #215CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 66.93%

R = 8.73%
G = 24.34%
B = 66.93%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#215CFD (or 0x215CFD) is known color: Royal Blue. HEX triplet: 21, 5C and FD. RGB value is (33,92,253). Sum of RGB (Red+Green+Blue) = 33+92+253=378 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.73% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #215CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215CFD is #DEA302. Grayscale: #5C5C5C. Windows color (decimal): -14590723 or 16604193. OLE color: 16604193.

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

Color convert

RGB 33 92 253 -
CMYK 0.87 0.64 0 0.01
HSL 223.91º 0.98% 0.56% -
HSV(B) 223.91º 0.87% 0.99% -
XYZ 22.18 15.07 94.67 -
YUV 92.71 218.45 85.41 -
System Red Green Blue C M Y K H S L
Decimal 33 92 253 0.87 0.64 0 0.01 223.91 0.98 0.56
Hex 21 5C FD 57 40 0 1 E0 62 38
Octal 41 134 375 127 100 0 1 340 142 70
Binary 100001 1011100 11111101 1010111 1000000 0 1 11100000 1100010 111000

Color Harmonies of #215CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215CFD

Black with #215CFD

Text Example


Text Example

White with #215CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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