Html Css Color HEX #3F76FE Royal Blue

📋 copy color: '#3F76FE'

red 63 ◦ green 118 ◦ blue 254

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

Shades of Royal Blue #3F76FE

Tints of Royal Blue #3F76FE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.13%

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

R = 14.48%
G = 27.13%
B = 58.39%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3F76FE (or 0x3F76FE) is known color: Royal Blue. HEX triplet: 3F, 76 and FE. RGB value is (63,118,254). Sum of RGB (Red+Green+Blue) = 63+118+254=435 (57% of max value = 765). Red value is 63 (25% from 255 or 14.48% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #3F76FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F76FE is #C08901. Grayscale: #747474. Windows color (decimal): -12617986 or 16676415. OLE color: 16676415.

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

Color convert

RGB 63 118 254 -
CMYK 0.75 0.54 0 0.00
HSL 222.72º 0.99% 0.62% -
HSV(B) 222.72º 0.75% 1% -
XYZ 26.42 21.17 96.46 -
YUV 117.06 205.28 89.44 -
System Red Green Blue C M Y K H S L
Decimal 63 118 254 0.75 0.54 0 0.00 222.72 0.99 0.62
Hex 3F 76 FE 4B 36 0 0 DF 63 3E
Octal 77 166 376 113 66 0 0 337 143 76
Binary 111111 1110110 11111110 1001011 110110 0 0 11011111 1100011 111110

Color Harmonies of #3F76FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F76FE

Black with #3F76FE

Text Example


Text Example

White with #3F76FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,118,254); }

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

background-color css

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

 a { background-color: rgb(63,118,254); }

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

border-color css

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

 span { border-color: rgb(63,118,254); }

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