Html Css Color HEX #3F73FC Royal Blue

📋 copy color: '#3F73FC'

red 63 ◦ green 115 ◦ blue 252

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

Shades of Royal Blue #3F73FC

Tints of Royal Blue #3F73FC

RGB

 RED value IS 63 (25% from 255) = 14.65%

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

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

R = 14.65%
G = 26.74%
B = 58.6%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3F73FC (or 0x3F73FC) is known color: Royal Blue. HEX triplet: 3F, 73 and FC. RGB value is (63,115,252). Sum of RGB (Red+Green+Blue) = 63+115+252=430 (56% of max value = 765). Red value is 63 (25% from 255 or 14.65% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #3F73FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F73FC is #C08C03. Grayscale: #727272. Windows color (decimal): -12618756 or 16544575. OLE color: 16544575.

HSL color Cylindrical-coordinate representation of color #3F73FC: hue angle of 223.49º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F73FC is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 63 115 252 -
CMYK 0.75 0.54 0 0.01
HSL 223.49º 0.97% 0.62% -
HSV(B) 223.49º 0.75% 0.99% -
XYZ 25.75 20.35 94.67 -
YUV 115.07 205.27 90.86 -
System Red Green Blue C M Y K H S L
Decimal 63 115 252 0.75 0.54 0 0.01 223.49 0.97 0.62
Hex 3F 73 FC 4B 36 0 1 DF 61 3E
Octal 77 163 374 113 66 0 1 337 141 76
Binary 111111 1110011 11111100 1001011 110110 0 1 11011111 1100001 111110

Color Harmonies of #3F73FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F73FC

Black with #3F73FC

Text Example


Text Example

White with #3F73FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F73FC; }

 p { color: rgb(63,115,252); }

 H1.HeaderClassName
 {
   color: #3F73FC;
 }
 .AnyTagClassName
 {
   color: #3F73FC;
 }
</style>

background-color css

<style>
 a { background-color: #3F73FC; }

 a { background-color: rgb(63,115,252); }

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

border-color css

<style>
 span { border-color: #3F73FC; }

 span { border-color: rgb(63,115,252); }

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