Html Css Color HEX #2F5CFA Royal Blue

📋 copy color: '#2F5CFA'

red 47 ◦ green 92 ◦ blue 250

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

Shades of Royal Blue #2F5CFA

Tints of Royal Blue #2F5CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 64.27%

R = 12.08%
G = 23.65%
B = 64.27%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2F5CFA (or 0x2F5CFA) is known color: Royal Blue. HEX triplet: 2F, 5C and FA. RGB value is (47,92,250). Sum of RGB (Red+Green+Blue) = 47+92+250=389 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.08% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #2F5CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F5CFA is #D0A305. Grayscale: #5F5F5F. Windows color (decimal): -13673222 or 16407599. OLE color: 16407599.

HSL color Cylindrical-coordinate representation of color #2F5CFA: hue angle of 226.7º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F5CFA is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 92 250 -
CMYK 0.81 0.63 0 0.02
HSL 226.7º 0.95% 0.58% -
HSV(B) 226.7º 0.81% 0.98% -
XYZ 22.25 15.16 92.2 -
YUV 96.56 214.59 92.65 -
System Red Green Blue C M Y K H S L
Decimal 47 92 250 0.81 0.63 0 0.02 226.7 0.95 0.58
Hex 2F 5C FA 51 3F 0 2 E3 5F 3A
Octal 57 134 372 121 77 0 2 343 137 72
Binary 101111 1011100 11111010 1010001 111111 0 10 11100011 1011111 111010

Color Harmonies of #2F5CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5CFA

Black with #2F5CFA

Text Example


Text Example

White with #2F5CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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