Html Css Color HEX #2F5BFC Royal Blue

📋 copy color: '#2F5BFC'

red 47 ◦ green 91 ◦ blue 252

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

Shades of Royal Blue #2F5BFC

Tints of Royal Blue #2F5BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 64.62%

R = 12.05%
G = 23.33%
B = 64.62%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2F5BFC (or 0x2F5BFC) is known color: Royal Blue. HEX triplet: 2F, 5B and FC. RGB value is (47,91,252). Sum of RGB (Red+Green+Blue) = 47+91+252=390 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.05% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #2F5BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F5BFC is #D0A403. Grayscale: #5F5F5F. Windows color (decimal): -13673476 or 16538415. OLE color: 16538415.

HSL color Cylindrical-coordinate representation of color #2F5BFC: hue angle of 227.12º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F5BFC is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 91 252 -
CMYK 0.81 0.64 0 0.01
HSL 227.12º 0.97% 0.59% -
HSV(B) 227.12º 0.81% 0.99% -
XYZ 22.48 15.11 93.83 -
YUV 96.2 215.92 92.91 -
System Red Green Blue C M Y K H S L
Decimal 47 91 252 0.81 0.64 0 0.01 227.12 0.97 0.59
Hex 2F 5B FC 51 40 0 1 E3 61 3B
Octal 57 133 374 121 100 0 1 343 141 73
Binary 101111 1011011 11111100 1010001 1000000 0 1 11100011 1100001 111011

Color Harmonies of #2F5BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5BFC

Black with #2F5BFC

Text Example


Text Example

White with #2F5BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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