Html Css Color HEX #2F5CFC Royal Blue

📋 copy color: '#2F5CFC'

red 47 ◦ green 92 ◦ blue 252

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

Shades of Royal Blue #2F5CFC

Tints of Royal Blue #2F5CFC

RGB

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

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

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

R = 12.02%
G = 23.53%
B = 64.45%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2F5CFC (or 0x2F5CFC) is known color: Royal Blue. HEX triplet: 2F, 5C and FC. RGB value is (47,92,252). Sum of RGB (Red+Green+Blue) = 47+92+252=391 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.02% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #2F5CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F5CFC is #D0A303. Grayscale: #606060. Windows color (decimal): -13673220 or 16538671. OLE color: 16538671.

HSL color Cylindrical-coordinate representation of color #2F5CFC: hue angle of 226.83º 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 #2F5CFC is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 92 252 -
CMYK 0.81 0.63 0 0.01
HSL 226.83º 0.97% 0.59% -
HSV(B) 226.83º 0.81% 0.99% -
XYZ 22.57 15.29 93.86 -
YUV 96.79 215.59 92.49 -
System Red Green Blue C M Y K H S L
Decimal 47 92 252 0.81 0.63 0 0.01 226.83 0.97 0.59
Hex 2F 5C FC 51 3F 0 1 E3 61 3B
Octal 57 134 374 121 77 0 1 343 141 73
Binary 101111 1011100 11111100 1010001 111111 0 1 11100011 1100001 111011

Color Harmonies of #2F5CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5CFC

Black with #2F5CFC

Text Example


Text Example

White with #2F5CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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