Html Css Color HEX #2F5CF9 Royal Blue

📋 copy color: '#2F5CF9'

red 47 ◦ green 92 ◦ blue 249

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

Shades of Royal Blue #2F5CF9

Tints of Royal Blue #2F5CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 64.18%

R = 12.11%
G = 23.71%
B = 64.18%

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

#2F5CF9 (or 0x2F5CF9) is known color: Royal Blue. HEX triplet: 2F, 5C and F9. RGB value is (47,92,249). Sum of RGB (Red+Green+Blue) = 47+92+249=388 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.11% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 249 (97.66% from 255 or 64.18% from 388); Max value from RGB is 249 - color contains mainly: blue. Hex color #2F5CF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F5CF9 is #D0A306. Grayscale: #5F5F5F. Windows color (decimal): -13673223 or 16342063. OLE color: 16342063.

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

Color convert

RGB 47 92 249 -
CMYK 0.81 0.63 0 0.02
HSL 226.63º 0.94% 0.58% -
HSV(B) 226.63º 0.81% 0.98% -
XYZ 22.1 15.1 91.37 -
YUV 96.44 214.09 92.73 -
System Red Green Blue C M Y K H S L
Decimal 47 92 249 0.81 0.63 0 0.02 226.63 0.94 0.58
Hex 2F 5C F9 51 3F 0 2 E3 5E 3A
Octal 57 134 371 121 77 0 2 343 136 72
Binary 101111 1011100 11111001 1010001 111111 0 10 11100011 1011110 111010

Color Harmonies of #2F5CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5CF9

Black with #2F5CF9

Text Example


Text Example

White with #2F5CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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