Html Css Color HEX #215FEF Royal Blue

📋 copy color: '#215FEF'

red 33 ◦ green 95 ◦ blue 239

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

Shades of Royal Blue #215FEF

Tints of Royal Blue #215FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 65.12%

R = 8.99%
G = 25.89%
B = 65.12%

CMYK

 C value IS 0.86

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#215FEF (or 0x215FEF) is known color: Royal Blue. HEX triplet: 21, 5F and EF. RGB value is (33,95,239). Sum of RGB (Red+Green+Blue) = 33+95+239=367 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.99% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 239 (93.75% from 255 or 65.12% from 367); Max value from RGB is 239 - color contains mainly: blue. Hex color #215FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #215FEF is #DEA010. Grayscale: #5C5C5C. Windows color (decimal): -14589969 or 15687457. OLE color: 15687457.

HSL color Cylindrical-coordinate representation of color #215FEF: hue angle of 221.94º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #215FEF is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 95 239 -
CMYK 0.86 0.60 0 0.06
HSL 221.94º 0.87% 0.53% -
HSV(B) 221.94º 0.86% 0.94% -
XYZ 20.3 14.74 83.44 -
YUV 92.88 210.46 85.29 -
System Red Green Blue C M Y K H S L
Decimal 33 95 239 0.86 0.60 0 0.06 221.94 0.87 0.53
Hex 21 5F EF 56 3C 0 6 DE 57 35
Octal 41 137 357 126 74 0 6 336 127 65
Binary 100001 1011111 11101111 1010110 111100 0 110 11011110 1010111 110101

Color Harmonies of #215FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215FEF

Black with #215FEF

Text Example


Text Example

White with #215FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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