Html Css Color HEX #3F66FB Royal Blue

📋 copy color: '#3F66FB'

red 63 ◦ green 102 ◦ blue 251

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

Shades of Royal Blue #3F66FB

Tints of Royal Blue #3F66FB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.52%

 BLUE value IS 251 (98.44% from 255) = 60.34%

R = 15.14%
G = 24.52%
B = 60.34%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3F66FB (or 0x3F66FB) is known color: Royal Blue. HEX triplet: 3F, 66 and FB. RGB value is (63,102,251). Sum of RGB (Red+Green+Blue) = 63+102+251=416 (55% of max value = 765). Red value is 63 (25% from 255 or 15.14% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #3F66FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F66FB is #C09904. Grayscale: #6A6A6A. Windows color (decimal): -12622085 or 16475711. OLE color: 16475711.

HSL color Cylindrical-coordinate representation of color #3F66FB: hue angle of 227.55º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F66FB is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 63 102 251 -
CMYK 0.75 0.59 0 0.02
HSL 227.55º 0.96% 0.62% -
HSV(B) 227.55º 0.75% 0.98% -
XYZ 24.21 17.52 93.37 -
YUV 107.33 209.08 96.38 -
System Red Green Blue C M Y K H S L
Decimal 63 102 251 0.75 0.59 0 0.02 227.55 0.96 0.62
Hex 3F 66 FB 4B 3B 0 2 E4 60 3E
Octal 77 146 373 113 73 0 2 344 140 76
Binary 111111 1100110 11111011 1001011 111011 0 10 11100100 1100000 111110

Color Harmonies of #3F66FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F66FB

Black with #3F66FB

Text Example


Text Example

White with #3F66FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,102,251); }

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

background-color css

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

 a { background-color: rgb(63,102,251); }

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

border-color css

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

 span { border-color: rgb(63,102,251); }

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