Html Css Color HEX #2F73FA Royal Blue

📋 copy color: '#2F73FA'

red 47 ◦ green 115 ◦ blue 250

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

Shades of Royal Blue #2F73FA

Tints of Royal Blue #2F73FA

RGB

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

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

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

R = 11.41%
G = 27.91%
B = 60.68%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2F73FA (or 0x2F73FA) is known color: Royal Blue. HEX triplet: 2F, 73 and FA. RGB value is (47,115,250). Sum of RGB (Red+Green+Blue) = 47+115+250=412 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.41% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #2F73FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F73FA is #D08C05. Grayscale: #6D6D6D. Windows color (decimal): -13667334 or 16413487. OLE color: 16413487.

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

Color convert

RGB 47 115 250 -
CMYK 0.81 0.54 0 0.02
HSL 219.9º 0.95% 0.58% -
HSV(B) 219.9º 0.81% 0.98% -
XYZ 24.56 19.77 92.96 -
YUV 110.06 206.97 83.02 -
System Red Green Blue C M Y K H S L
Decimal 47 115 250 0.81 0.54 0 0.02 219.9 0.95 0.58
Hex 2F 73 FA 51 36 0 2 DC 5F 3A
Octal 57 163 372 121 66 0 2 334 137 72
Binary 101111 1110011 11111010 1010001 110110 0 10 11011100 1011111 111010

Color Harmonies of #2F73FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F73FA

Black with #2F73FA

Text Example


Text Example

White with #2F73FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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