Html Css Color HEX #2F74FC Royal Blue

📋 copy color: '#2F74FC'

red 47 ◦ green 116 ◦ blue 252

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

Shades of Royal Blue #2F74FC

Tints of Royal Blue #2F74FC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.95%

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

R = 11.33%
G = 27.95%
B = 60.72%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2F74FC (or 0x2F74FC) is known color: Royal Blue. HEX triplet: 2F, 74 and FC. RGB value is (47,116,252). Sum of RGB (Red+Green+Blue) = 47+116+252=415 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.33% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #2F74FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F74FC is #D08B03. Grayscale: #6E6E6E. Windows color (decimal): -13667076 or 16544815. OLE color: 16544815.

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

Color convert

RGB 47 116 252 -
CMYK 0.81 0.54 0 0.01
HSL 219.8º 0.97% 0.59% -
HSV(B) 219.8º 0.81% 0.99% -
XYZ 24.99 20.12 94.66 -
YUV 110.87 207.64 82.44 -
System Red Green Blue C M Y K H S L
Decimal 47 116 252 0.81 0.54 0 0.01 219.8 0.97 0.59
Hex 2F 74 FC 51 36 0 1 DC 61 3B
Octal 57 164 374 121 66 0 1 334 141 73
Binary 101111 1110100 11111100 1010001 110110 0 1 11011100 1100001 111011

Color Harmonies of #2F74FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F74FC

Black with #2F74FC

Text Example


Text Example

White with #2F74FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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