Html Css Color HEX #2F73FE Royal Blue

📋 copy color: '#2F73FE'

red 47 ◦ green 115 ◦ blue 254

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

Shades of Royal Blue #2F73FE

Tints of Royal Blue #2F73FE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.64%

 BLUE value IS 254 (99.61% from 255) = 61.06%

R = 11.3%
G = 27.64%
B = 61.06%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2F73FE (or 0x2F73FE) is known color: Royal Blue. HEX triplet: 2F, 73 and FE. RGB value is (47,115,254). Sum of RGB (Red+Green+Blue) = 47+115+254=416 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.30% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F73FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F73FE is #D08C01. Grayscale: #6D6D6D. Windows color (decimal): -13667330 or 16675631. OLE color: 16675631.

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

Color convert

RGB 47 115 254 -
CMYK 0.81 0.55 0 0.00
HSL 220.29º 0.99% 0.59% -
HSV(B) 220.29º 0.81% 1% -
XYZ 25.19 20.02 96.3 -
YUV 110.51 208.97 82.7 -
System Red Green Blue C M Y K H S L
Decimal 47 115 254 0.81 0.55 0 0.00 220.29 0.99 0.59
Hex 2F 73 FE 51 37 0 0 DC 63 3B
Octal 57 163 376 121 67 0 0 334 143 73
Binary 101111 1110011 11111110 1010001 110111 0 0 11011100 1100011 111011

Color Harmonies of #2F73FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F73FE

Black with #2F73FE

Text Example


Text Example

White with #2F73FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,115,254); }

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

background-color css

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

 a { background-color: rgb(47,115,254); }

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

border-color css

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

 span { border-color: rgb(47,115,254); }

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