Html Css Color HEX #2F5BD7 Royal Blue

📋 copy color: '#2F5BD7'

red 47 ◦ green 91 ◦ blue 215

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

Shades of Royal Blue #2F5BD7

Tints of Royal Blue #2F5BD7

RGB

 RED value IS 47 (18.75% from 255) = 13.31%

 GREEN value IS 91 (35.94% from 255) = 25.78%

 BLUE value IS 215 (84.38% from 255) = 60.91%

R = 13.31%
G = 25.78%
B = 60.91%

CMYK

 C value IS 0.78

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2F5BD7 (or 0x2F5BD7) is known color: Royal Blue. HEX triplet: 2F, 5B and D7. RGB value is (47,91,215). Sum of RGB (Red+Green+Blue) = 47+91+215=353 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.31% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 215 (84.38% from 255 or 60.91% from 353); Max value from RGB is 215 - color contains mainly: blue. Hex color #2F5BD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5BD7 is #D0A428. Grayscale: #5B5B5B. Windows color (decimal): -13673513 or 14113583. OLE color: 14113583.

HSL color Cylindrical-coordinate representation of color #2F5BD7: hue angle of 224.29º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F5BD7 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 91 215 -
CMYK 0.78 0.58 0 0.16
HSL 224.29º 0.68% 0.51% -
HSV(B) 224.29º 0.78% 0.84% -
XYZ 17.18 12.99 65.89 -
YUV 91.98 197.42 95.92 -
System Red Green Blue C M Y K H S L
Decimal 47 91 215 0.78 0.58 0 0.16 224.29 0.68 0.51
Hex 2F 5B D7 4E 3A 0 10 E0 44 33
Octal 57 133 327 116 72 0 20 340 104 63
Binary 101111 1011011 11010111 1001110 111010 0 10000 11100000 1000100 110011

Color Harmonies of #2F5BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5BD7

Black with #2F5BD7

Text Example


Text Example

White with #2F5BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F5BD7; }

 p { color: rgb(47,91,215); }

 H1.HeaderClassName
 {
   color: #2F5BD7;
 }
 .AnyTagClassName
 {
   color: #2F5BD7;
 }
</style>

background-color css

<style>
 a { background-color: #2F5BD7; }

 a { background-color: rgb(47,91,215); }

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

border-color css

<style>
 span { border-color: #2F5BD7; }

 span { border-color: rgb(47,91,215); }

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